Skip to content

Commit

Permalink
more fixes for RTL Superfish
Browse files Browse the repository at this point in the history
  • Loading branch information
mamouneyya authored and Tim Almdal committed Jun 23, 2010
1 parent d195e49 commit bc8b64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/gallery.common.css
Expand Up @@ -828,10 +828,12 @@ div#g-action-status {
.rtl ul.sf-menu li li:hover ul,
.rtl ul.sf-menu li li.sfHover ul {
right: 12em; /* match ul width */
left: auto;
}
.rtl ul.sf-menu li li li:hover ul,
.rtl ul.sf-menu li li li.sfHover ul {
right: 12em; /* match ul width */
left: auto;
}

/*** shadows for all but IE6 ***/
Expand Down

0 comments on commit bc8b64d

Please sign in to comment.