summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 17:03:02 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 18:01:08 -0500
commite371e27e0efda0e5e3bfd4f538006970cdfe97c9 (patch)
tree9521caa0f2de48533184938ab0f0e151b6e4c3e0 /docs
parent2ab840a48bef2ebc9a94c5aeef5fc23d836e45da (diff)
downloadampache-e371e27e0efda0e5e3bfd4f538006970cdfe97c9.tar.gz
ampache-e371e27e0efda0e5e3bfd4f538006970cdfe97c9.tar.bz2
ampache-e371e27e0efda0e5e3bfd4f538006970cdfe97c9.zip
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.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
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