From e371e27e0efda0e5e3bfd4f538006970cdfe97c9 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 17:03:02 -0500 Subject: Change css handling for RTL languages Code duplication is bad even when it's CSS, mmkay? If a theme has templates/rtl.css, it will be loaded in addition to default.css. This is more sane than the old behaviour, which loaded default-rtl.css instead of default.css. I'm not feeling ambitious enough to actually check whether the current -rtl.css files work and change them to overrides instead of modified copypasta, so I just dropped them for now. --- docs/CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index df770ac2..39887712 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.6-FUTURE + - Changed the way themes handle RTL languages - Fixed a display problem with the Penguin theme by adding a new CSS class (patch by Fred Thomsen) - Made transcoding and its configuration more flexible -- cgit