* Remove commented-out debugging line
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 13 Feb 2008 23:59:03 +0000 (23:59 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 13 Feb 2008 23:59:03 +0000 (23:59 +0000)
* Spacing
* Use lowercase element names, for consistency and standards compliance (element names are case-sensitive in XHTML)
Add mention of the bug number!  Otherwise this is completely mysterious.

skins/monobook/IE60Fixes.css

index 5caa251..bf78413 100644 (file)
@@ -80,8 +80,8 @@ div.tright,
 div.tleft {
        position: relative;
 }
-/*{ border:1px solid Red !important;}*/
 
-BODY.rtl #preftoc a, BODY.rtl #preftoc a:active {
-       float:left;
-}
\ No newline at end of file
+/* bug 12846 */
+body.rtl #preftoc a, body.rtl #preftoc a:active {
+       float: left;
+}