diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2007-06-16 23:46:57 +0200 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2007-06-16 23:46:57 +0200 |
commit | 542a5ea661c3f92924f20c0c3c28d7bc1fb469e9 (patch) | |
tree | c2cfcf61cb841cec03b9a5ba813e0db0b8ca04a5 /lib | |
parent | 640a9478c4a62108d2d9d81eae5d2a9e0aef743b (diff) | |
download | rpg-542a5ea661c3f92924f20c0c3c28d7bc1fb469e9.tar.gz rpg-542a5ea661c3f92924f20c0c3c28d7bc1fb469e9.tar.bz2 |
RTL stylsheet fix
darcs-hash:20070616214657-6942e-a47a6a757a74d544354aef34863ffa46489bb465.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/rtl.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tpl/default/rtl.css b/lib/tpl/default/rtl.css index 059dc8e73..4678c3059 100644 --- a/lib/tpl/default/rtl.css +++ b/lib/tpl/default/rtl.css @@ -43,7 +43,8 @@ div.meta div.doc { /* ------------------ Design corrections --------------------------------- */ -div.dokuwiki ul, ol { +div.dokuwiki ul, +div.dokuwiki ol { margin: 0.5em 1.5em 0.5em 0; } |