diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-20 07:14:56 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-20 07:14:56 -0800 |
commit | 6a9fbffff0a89b7dad843b98d09b694126e4255d (patch) | |
tree | 9df3465a19b107e5b9958a4695324755c164b22a /lib | |
parent | 0a1c76f9731d3ddd4738465eff46547de7825b3b (diff) | |
parent | 1a9a4a09dea9368794ded2fb8242a63744133817 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 3a5a1946..8aa21193 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -730,6 +730,11 @@ div#g-action-status { /* RTL Superfish ~~~~~~~~~~~~~~~~~~~~~~~~~ */ +.rtl .sf-menu a { + border-left: none; + border-right:1px solid #fff; +} + .rtl .sf-menu a.sf-with-ul { padding-left: 2.25em; padding-right: 1em; |