From 11680df47d957e58d65871f1186c6500e19b3d50 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 27 Feb 2011 15:44:28 +0100 Subject: [PATCH] Update css to match the updated page template --- local.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/local.css b/local.css index bfd01b8b..325c2735 100644 --- a/local.css +++ b/local.css @@ -233,7 +233,7 @@ legend { padding: 0 1ex 0 0.5ex; } -#sidebar { +.sidebar { position: absolute; bottom: 0px; width: 100%; @@ -242,22 +242,23 @@ legend { padding-left: 1em; float: none; background-color: transparent; + border: 0px; } -#sidebar ul { +.sidebar ul { margin:0; padding:0; } -#sidebar li { +.sidebar li { display: inline; list-style:none; padding: 0; margin: 0; } -#sidebar ul li a, #sidebar ul li span { +.sidebar ul li a, .sidebar ul li span { color: #FFF; background-color: #206cbc; display: inline-block; @@ -273,10 +274,10 @@ legend { border-radius:.3em .3em 0 0; -moz-border-radius: .3em .3em 0 0; } -#sidebar ul li a:hover { +.sidebar ul li a:hover { background-color: #7faede; } -#sidebar ul li span.selflink { +.sidebar ul li span.selflink { background-color: white; color: black; // border: 1px solid #eee; -- 2.39.2