diff options
author | Brion Vibber <brion@users.mediawiki.org> | 2005-10-16 20:46:43 +0000 |
---|---|---|
committer | Brion Vibber <brion@users.mediawiki.org> | 2005-10-16 20:46:43 +0000 |
commit | b8761b452b05827236a95135a440aca4436a466f (patch) | |
tree | 4433e935b3d3a36b58fc57bb016d70232ed2e1f0 | |
parent | 9734dfbd366b9eaef553f9f1c9fa0f0fb8017ac7 (diff) | |
download | mediawikicore-b8761b452b05827236a95135a440aca4436a466f.tar.gz mediawikicore-b8761b452b05827236a95135a440aca4436a466f.zip |
* (bug 2773) Print style sheet no longer overrides RTL text direction
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11381
-rw-r--r-- | RELEASE-NOTES | 1 | ||||
-rw-r--r-- | skins/common/commonPrint.css | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 57aac2f650a6..9e5e6bbce001 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -820,6 +820,7 @@ of MediaWiki:Newpagetext) to &action=edit, if page is new. * (bug 3684) Fix typo in fatal error backtraces in Hooks.php * Backport fix for reference usage notice in Special:Search on PHP 4.4.0 * Backport database connect error display fix from HEAD +* (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 8835f3a41f48..76b054cd7b3e 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 { border-top: 1px solid black; |