Remove rtl modes from Print stylesheet, since ResourceLoader now does this itself.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Thu, 13 Jan 2011 11:39:11 +0000 (11:39 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Thu, 13 Jan 2011 11:39:11 +0000 (11:39 +0000)
Fixes bug 26694 and relates to r65923

skins/common/commonPrint.css

index c702e13..6aac8f8 100644 (file)
@@ -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;
 }