diff options
author | Anika Henke <anika@selfthinker.org> | 2011-02-15 00:54:10 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-02-15 00:54:10 +0000 |
commit | 5f12b39ac24c85ec7ceafb6df9fb994a23cadc52 (patch) | |
tree | 50216b4b31b321085897186d867c8887eca0f921 | |
parent | 5670feb5e7f70e33713de5a22180e3a71dd2244a (diff) | |
download | rpg-5f12b39ac24c85ec7ceafb6df9fb994a23cadc52.tar.gz rpg-5f12b39ac24c85ec7ceafb6df9fb994a23cadc52.tar.bz2 |
RTL fixes
-rw-r--r-- | css/rtl.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/rtl.css b/css/rtl.css index 33b730f12..ebc25d515 100644 --- a/css/rtl.css +++ b/css/rtl.css @@ -28,6 +28,10 @@ caption, legend { clear: right; } +.a11y { + left: auto; + right: -9000px; +} /*____________ structure ____________*/ @@ -63,6 +67,14 @@ caption, legend { margin-left: .5em; } +#dokuwiki__usertools ul li.user { + float: right; + margin-right: 0; +} +#dokuwiki__pagetools ul li a.action.top { + float: left; +} + #dokuwiki__aside ul, #dokuwiki__aside ol { padding-right: 0; } |