diff options
author | Derk-Jan Hartman <hartman@users.mediawiki.org> | 2011-01-13 11:39:11 +0000 |
---|---|---|
committer | Derk-Jan Hartman <hartman@users.mediawiki.org> | 2011-01-13 11:39:11 +0000 |
commit | 4fd347c5fd297b47afb448e8ed93f7fb9b6d98a4 (patch) | |
tree | 875717f352a01bc53f7a92c9b8837887ccfc60bb /skins | |
parent | f47d66d2d5e03989a859c843ce3629ee89b4bc12 (diff) | |
download | mediawikicore-4fd347c5fd297b47afb448e8ed93f7fb9b6d98a4.tar.gz mediawikicore-4fd347c5fd297b47afb448e8ed93f7fb9b6d98a4.zip |
Remove rtl modes from Print stylesheet, since ResourceLoader now does this itself.
Fixes bug 26694 and relates to r65923
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/80164
Diffstat (limited to 'skins')
-rw-r--r-- | skins/common/commonPrint.css | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index c702e137f683..6aac8f87150d 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -18,12 +18,9 @@ a.new { background-color: #f9f9f9; padding: 5px; } -body.ltr .tocindent { +.tocindent { margin-left: 2em; } -body.rtl .tocindent { - margin-right: 2em; -} .tocline { margin-bottom: 0px; } @@ -35,11 +32,6 @@ div.floatright { position: relative; margin: 0.5em 0 0.8em 1.4em; } -body.rtl div.floatright { - float: left; - clear: left; - margin: 0.5em 1.4em 0.8em 0; -} div.floatright p { font-style: italic; } @@ -49,11 +41,6 @@ div.floatleft { position: relative; margin: 0.5em 1.4em 0.8em 0; } -body.rtl div.floatleft { - float: right; - clear: right; - margin: 0.5em 0 0.8em 1.4em; -} div.floatleft p { font-style: italic; } @@ -84,9 +71,6 @@ html .thumbcaption { padding: 3px !important; font-size: 94%; } -body.rtl .thumbcaption { - text-align: right; -} div.magnify { display: none; @@ -101,16 +85,6 @@ div.tleft { clear: left; margin: 0.5em 1.4em 0.8em 0; } -body.rtl div.tright { - float: left; - clear: left; - border-width: 0.5em 1.4em 0.8em 0; -} -body.rtl div.tleft { - float: right; - clear: right; - border-width: 0.5em 0 0.8em 1.4em; -} img.thumbborder { border: 1px solid #dddddd; } |