From: Michal Sojka Date: Sun, 27 Feb 2011 14:44:28 +0000 (+0100) Subject: Update css to match the updated page template X-Git-Url: https://rtime.felk.cvut.cz/gitweb/edu/osp-wiki.git/commitdiff_plain/11680df47d957e58d65871f1186c6500e19b3d50 Update css to match the updated page template --- 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;