diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 19:30:56 +0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-23 23:32:39 +0800 |
commit | d195e49d9f30c4d30682bbe5d633ee9dc85bde04 (patch) | |
tree | 0b4e5ebd42944f5dd1ac101109ae21dcb4fd98c2 | |
parent | 0b7a8e1a692702b0497d0dde89ad5afa7bc4ea78 (diff) |
correct format
-rw-r--r-- | lib/gallery.common.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 2b86700f..054bc29a 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -780,7 +780,7 @@ div#g-action-status { /* RTL Superfish ~~~~~~~~~~~~~~~~~~~~~~~~~ */ .rtl .sf-menu a { - border-left: none; + border-left: none; border-right:1px solid #fff; } @@ -791,7 +791,7 @@ div#g-action-status { .rtl .sf-sub-indicator { left: .75em !important; - right: auto; + right: auto; background: url('superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } .rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ @@ -822,7 +822,7 @@ div#g-action-status { .rtl .sf-menu li:hover ul, .rtl .sf-menu li.sfHover ul { right: 0; - left: auto; + left: auto; } .rtl ul.sf-menu li li:hover ul, |