From 93db6d6cb28b1a12ee1b0e3057f6d1f8eec37e59 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 13 Jan 2011 23:43:34 +0000 Subject: [PATCH] Follow up r80164. Define explicit direction on content and noflip on image thumbs. (like vector/screen.css) --- skins/common/commonPrint.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 6aac8f8715..2213400755 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -75,11 +75,13 @@ html .thumbcaption { div.magnify { display: none; } +/* @noflip */ div.tright { float: right; clear: right; margin: 0.5em 0 0.8em 1.4em; } +/* @noflip */ div.tleft { float: left; clear: left; @@ -136,11 +138,13 @@ ul { border: none ! important; padding: 0 ! important; margin: 0 ! important; + direction: ltr; } #footer { background : white; color : black; border-top: 1px solid black; + direction: ltr; } h1, h2, h3, h4, h5, h6 { -- 2.20.1