# HG changeset patch # User rougeronj # Date 1425913032 -3600 # Node ID 45a79de853d4595103435804c8295a5d607092ee # Parent a905bfc2800ce25da96aa175db0d0da2898aab69 no min-height on the home page to remove white space diff -r a905bfc2800c -r 45a79de853d4 src/hdalab/static/hdalab/css/common.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 diff -r a905bfc2800c -r 45a79de853d4 src/hdalab/static/hdalab/css/profile.css --- 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; +}