From 4fd347c5fd297b47afb448e8ed93f7fb9b6d98a4 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 13 Jan 2011 11:39:11 +0000 Subject: [PATCH] Remove rtl modes from Print stylesheet, since ResourceLoader now does this itself. Fixes bug 26694 and relates to r65923 --- skins/common/commonPrint.css | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index c702e137f6..6aac8f8715 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; } -- 2.20.1