]> code.citadel.org Git - citadel.git/commitdiff
* Found three different styles for '#banner'. Merged them. Also removed the min...
authorArt Cancro <ajc@citadel.org>
Fri, 30 Jan 2009 21:17:22 +0000 (21:17 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 30 Jan 2009 21:17:22 +0000 (21:17 +0000)
webcit/static/webcit.css

index 84b8925b68f4cdce55c47419ce36135fdd25284a..172adbc1240f62f1e20f7997825b2b33b2c26196 100644 (file)
@@ -126,16 +126,19 @@ body {
 
 #banner ul.room_actions li.start_page a, #navbar, .selector_top,.selector_bottom {
        background-color: #022750;
-    border-top: 1px solid black;
-    border-bottom: 1px solid black;
+       border-top: 1px solid black;
+       border-bottom: 1px solid black;
        color: #FFF;
 }
 
 #banner {
        background-color: #004E79;
-       color: #FFF
-
+       color: #FFF;
+       margin: 0;
+       padding: 0;
 }
+
+
 #banner a {
        color: #FFF
 }
@@ -565,15 +568,6 @@ body, #global {
     
 }
 
-#banner {
-/*     position: absolute;
-       top: 0;
-       left: 16%;
-       width: 84%;
-       height: 18%; */
-    min-height: 18%;
-}
-
 #content {
 /*     position: absolute;
        top: 18%;
@@ -788,10 +782,6 @@ body, #global {
 }
 
 /* Banner */
-#banner {
-    margin: 0;
-    padding: 0;
-}
 #banner .room_banner {
     display: table-cell;
     width: 90%;