From e749accec3d2a5af8bf9f8c3dcde2dd7cfece7df Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 16 Oct 2005 20:45:48 +0000 Subject: [PATCH] * (bug 2773) Print style sheet no longer overrides RTL text direction --- RELEASE-NOTES | 1 + skins/common/commonPrint.css | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1