diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 14:30:56 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 14:30:56 +0300 |
commit | 53ccc4df11e5b39964a585b3857521921b385a08 (patch) | |
tree | 0b4e5ebd42944f5dd1ac101109ae21dcb4fd98c2 /lib | |
parent | dbbac99356b47d18748001bd1fad7a465636abd9 (diff) |
correct format
Diffstat (limited to 'lib')
-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, |