From 9d9cc5382cf55b6530139ec5c326efedb31923b7 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 19 Nov 2009 21:50:47 -0700 Subject: Move white border from the left to the right in our Superfish menu for RTL. --- lib/gallery.common.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') 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; -- cgit v1.2.3