no min-height on the home page to remove white space
authorrougeronj
Mon, 09 Mar 2015 15:57:12 +0100
changeset 518 45a79de853d4
parent 514 a905bfc2800c
child 519 9dc050cf904b
no min-height on the home page to remove white space
src/hdalab/static/hdalab/css/common.css
src/hdalab/static/hdalab/css/profile.css
--- a/src/hdalab/static/hdalab/css/common.css	Mon Mar 09 13:43:25 2015 +0100
+++ b/src/hdalab/static/hdalab/css/common.css	Mon Mar 09 15:57:12 2015 +0100
@@ -58,7 +58,6 @@
 }
 #content {
   margin: 30px auto 30px;
-  min-height: 274px;
 }
 /* ==========================================================================
    Links
--- a/src/hdalab/static/hdalab/css/profile.css	Mon Mar 09 13:43:25 2015 +0100
+++ b/src/hdalab/static/hdalab/css/profile.css	Mon Mar 09 15:57:12 2015 +0100
@@ -106,4 +106,6 @@
 #new-renkan-button:hover {
   color: #28292D;
 }
-
+#content {
+  min-height: 274px;
+}