Skip to content

Commit

Permalink
Small modification to the superfish.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrpadin committed Jun 8, 2013
1 parent fde5de2 commit fa4dcd0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion css/superfish.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@
left: 12em;
top: 0;
}
.sf-menu.menu,
.sf-menu.menu ul,
.sf-menu.menu li {
margin: 0;
}
.sf-hidden {
left: 0 !important;
left: -99999em !important;
top: -99999em !important;
}
.sf-menu a.sf-with-ul {
Expand Down Expand Up @@ -146,6 +151,11 @@ li.sfHover > a > .sf-sub-indicator {
.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator {
background-position: 0 0;
}
.sf-menu.rtl .sf-hidden,
.sf-menu.rtl.sf-hidden {
left: auto !important;
right: -99999em !important;
}
.sf-menu.rtl.sf-horizontal.sf-shadow ul,
.sf-menu.rtl.sf-vertical.sf-shadow ul,
.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
Expand Down

0 comments on commit fa4dcd0

Please sign in to comment.