diff options
-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; |