diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-19 21:50:47 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-19 21:50:47 -0700 |
commit | 9d9cc5382cf55b6530139ec5c326efedb31923b7 (patch) | |
tree | 2187c02ce21538878bf94d28c75106f3c484fc00 | |
parent | 23befebd72d714bee0931f7c9f01c6adcc34aeda (diff) |
Move white border from the left to the right in our Superfish menu for RTL.
-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; |