From 0400240d17193819815c24b7e38ef5981a9cff97 Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Tue, 25 May 2010 13:19:05 +0000 Subject: Fixed div height differences git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5865 ce84e21b-d406-0410-9b95-82705330c041 --- reports/site_media/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'reports/site_media') diff --git a/reports/site_media/layout.css b/reports/site_media/layout.css index 73f3b59af..b8789ce22 100644 --- a/reports/site_media/layout.css +++ b/reports/site_media/layout.css @@ -12,7 +12,7 @@ #user-tools { position:absolute; top:0; right:0; padding:1.2em 10px; font-size:11px; text-align:right; } /*SIDEBAR*/ -#sidebar {float: left; position: relative; width: auto; height: 100%; padding: 0 1em 3em 1em; color:ffc; min-height:500px;} +#sidebar {float: left; position: relative; width: auto; height: 100%; padding: 0 1em 0 1em; color:ffc; min-height:500px;} a.sidebar:link {color: #fff;} a.sidebar:active {color: #fff;} a.sidebar:visited {color: #fff;} @@ -34,6 +34,7 @@ ul.sidebar-level2 { div.header { background-color: #DDD; padding: 1em; + position: relative; } div.header h1 { font-size: 18px; -- cgit v1.2.3-1-g7c22