Some minor adjustment, removed console log

This commit is contained in:
斟酌 鵬兄 2016-06-04 00:10:33 +08:00
parent ceb74775ed
commit 3474ebd2fd
2 changed files with 0 additions and 2 deletions

View File

@ -113,7 +113,6 @@ header {
.contact-form textarea, .contact-form input {
background-color: rgba( 0, 0, 0, 0.1 );
padding: 0.5em;
font-size: 0.8em;
}
.contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */

View File

@ -16,7 +16,6 @@
var init = function ()
{
console.log( "HERE" );
// Footer at bottom
var padder = Dand.wrap();
var begin_wrapper = Dand.id( "begin-wrapper" );