commit 3474ebd2fd55401ea1e46ae531dc6e9627f9eb6c
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-06-03T16:10:33Z |
| subject | Some minor adjustment, removed console log |
commit 3474ebd2fd55401ea1e46ae531dc6e9627f9eb6c
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-06-03T16:10:33Z
Some minor adjustment, removed console log
---
botanjs/src/Astro/Starfall/Element/Header.css | 1 -
botanjs/src/Astro/Starfall/Layout/MainFrame.js | 1 -
2 files changed, 2 deletions(-)
diff --git a/botanjs/src/Astro/Starfall/Element/Header.css b/botanjs/src/Astro/Starfall/Element/Header.css
index 1f04978..97d0a1d 100644
--- a/botanjs/src/Astro/Starfall/Element/Header.css
+++ b/botanjs/src/Astro/Starfall/Element/Header.css
@@ -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 */
diff --git a/botanjs/src/Astro/Starfall/Layout/MainFrame.js b/botanjs/src/Astro/Starfall/Layout/MainFrame.js
index 4926e97..0f369da 100644
--- a/botanjs/src/Astro/Starfall/Layout/MainFrame.js
+++ b/botanjs/src/Astro/Starfall/Layout/MainFrame.js
@@ -16,7 +16,6 @@
var init = function ()
{
- console.log( "HERE" );
// Footer at bottom
var padder = Dand.wrap();
var begin_wrapper = Dand.id( "begin-wrapper" );