]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
Update css to match the updated page template
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 27 Feb 2011 14:44:28 +0000 (15:44 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 27 Feb 2011 14:44:28 +0000 (15:44 +0100)
local.css

index bfd01b8be118e735b3878e673ce90ebf308c1d00..325c2735f88da537a9d46a8b00806de4e4bfaa43 100644 (file)
--- 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;