From: Derk-Jan Hartman Date: Sat, 22 Jan 2011 23:21:23 +0000 (+0000) Subject: Fix an rtl issue with diff markers. This rtl specific line is no longer needed with... X-Git-Tag: 1.31.0-rc.0~32420 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=e13616d573f179834f01f0452d25b7a41544d990;p=lhc%2Fweb%2Fwiklou.git Fix an rtl issue with diff markers. This rtl specific line is no longer needed with rtl auto flipping --- diff --git a/skins/common/diff.css b/skins/common/diff.css index a0da5965e7..3d1006486e 100644 --- a/skins/common/diff.css +++ b/skins/common/diff.css @@ -11,9 +11,6 @@ td.diff-ntitle { td.diff-marker { text-align: right; } -.rtl td.diff-marker { - text-align: left; -} td.diff-lineno { font-weight: bold; }