* (bug 2773) Print style sheet no longer overrides RTL text direction
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 16 Oct 2005 20:45:48 +0000 (20:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 16 Oct 2005 20:45:48 +0000 (20:45 +0000)
RELEASE-NOTES
skins/common/commonPrint.css

index 10421f8..5363eeb 100644 (file)
@@ -155,6 +155,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * Two-pass data dump for friendliness to the DB (--stub, then dumpTextPass.php)
 * Data dump 'prefetch' mode to read normalized text from a prior dump
   (requires PHP 5, XMLReader extension)
+* (bug 2773) Print style sheet no longer overrides RTL text direction
 
 
 === Caveats ===
index 3b8442c..c689710 100644 (file)
@@ -62,7 +62,6 @@ div.thumb div a img {
 }
 div.thumb div div.thumbcaption {
     border: none;
-    text-align: left;
     padding: 0.3em 0 0.1em 0;
 }
 div.magnify { display: none; }
@@ -120,7 +119,6 @@ ul {
     font-size: 11pt;
     padding: 0 ! important;
     margin: 0 ! important;
-    text-align: left;
 }
 #footer {
        background : white;