* fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings.
[citadel.git] / webcit / static / webcit.css
index c41b21c7f9fbf8ba729c037736467ab97012e436..184b79cf21950b5d1322e4c5b225f609707cef5f 100644 (file)
@@ -56,13 +56,6 @@ body {
        background: #445;
 }
 
-#page_popup {
-       position:absolute;
-       top:100px; left:100px;
-       background-color: #880000;
-       z-index: 2;
-}
-
 #important_message {
        position:absolute;
        top:0px; right:0px;
@@ -176,9 +169,10 @@ body {
        overflow: auto;
 }
 
-#fix_scrollbar_bug {
-       margin-right:1px;               /* Gecko */
-       width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
+
+.fix_scrollbar_bug {
+       margin-right:1px;               /* Gecko and other non-broken browsers */
+       width: expression('97%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
 }
 
 #button {
@@ -354,14 +348,14 @@ a:hover {
 }
 
 .ib_roomlist_new {
-       font-size: 6pt;
+       font-size: 10px;
        color: #880000;
        font-weight: bold;
        cursor: pointer;
 }
 
 .ib_roomlist_old {
-       font-size: 6pt;
+       font-size: 10px;
        color: #000088;
        cursor: pointer;
 }