From: Brion Vibber Date: Sun, 16 Oct 2005 20:45:48 +0000 (+0000) Subject: * (bug 2773) Print style sheet no longer overrides RTL text direction X-Git-Tag: 1.6.0~1404 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=e749accec3d2a5af8bf9f8c3dcde2dd7cfece7df;p=lhc%2Fweb%2Fwiklou.git * (bug 2773) Print style sheet no longer overrides RTL text direction --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 10421f8f7b..5363eeb087 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 3b8442c5f7..c689710854 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -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;