forked from Botanical/BotanJS
Some minor adjustment, removed console log
This commit is contained in:
parent
ceb74775ed
commit
3474ebd2fd
@ -113,7 +113,6 @@ header {
|
|||||||
.contact-form textarea, .contact-form input {
|
.contact-form textarea, .contact-form input {
|
||||||
background-color: rgba( 0, 0, 0, 0.1 );
|
background-color: rgba( 0, 0, 0, 0.1 );
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
.contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
var init = function ()
|
var init = function ()
|
||||||
{
|
{
|
||||||
console.log( "HERE" );
|
|
||||||
// Footer at bottom
|
// Footer at bottom
|
||||||
var padder = Dand.wrap();
|
var padder = Dand.wrap();
|
||||||
var begin_wrapper = Dand.id( "begin-wrapper" );
|
var begin_wrapper = Dand.id( "begin-wrapper" );
|
||||||
|
Loading…
Reference in New Issue
Block a user