remove unused classes for article validation from Monobook's and Modern's main CSS...
[lhc/web/wiklou.git] / skins / monobook / IE70Fixes.css
index 0014586..64fd742 100644 (file)
@@ -3,13 +3,13 @@
 /* workaround for various ie float bugs */
 
 /* This bit is needed to make links clickable... WTF */
-#column-content #content {
+div#column-content div#content {
        margin-left: 12.2em;
        margin-top: 3em;
        height: 1%;
 }
 
-.rtl #column-one {
+.rtl div#column-one {
        /* For some reason it tries to inherit the padding-top into every div,
         * and I can't figure out how to get it back off.
         * Margin works correctly for this use, though.
@@ -78,7 +78,7 @@ div.tleft {
 */
 
 
-#footer li {
+div#footer li {
        /* Work around bug with inline <li> tags with right margins and nowrap */
        margin-right: 0;
 }