* fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings.
[citadel.git] / webcit / static / webcit.css
index 58f6e50b54296e0c7615458a3d1fd520d50dbe8c..184b79cf21950b5d1322e4c5b225f609707cef5f 100644 (file)
@@ -170,7 +170,7 @@ body {
 }
 
 
-#fix_scrollbar_bug {
+.fix_scrollbar_bug {
        margin-right:1px;               /* Gecko and other non-broken browsers */
        width: expression('97%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
 }