From c675de7b7f2c245fd8f6aed73b493641a220165f Mon Sep 17 00:00:00 2001 From: Aidan Campbell Date: Thu, 18 Feb 2016 17:10:40 -0500 Subject: [PATCH] removed 'log' element for javascript log --- index.html | 3 --- static/css/style.css | 3 --- 2 files changed, 6 deletions(-) diff --git a/index.html b/index.html index f8d3eb7..3a1a69a 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,6 @@
-
- log -
diff --git a/static/css/style.css b/static/css/style.css index e5a0ff8..8be7d88 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -7,9 +7,6 @@ main { padding: 50px 100px; } -.log-holder { - margin-bottom: 10px; -} #hostSettings { padding: 5px 10px; border: 1px dashed;