Skip to content

Commit

Permalink
Fix the little background glitch using side menus - fixes #2205 - tha…
Browse files Browse the repository at this point in the history
…nks Flavio for reporting

Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Sep 5, 2015
1 parent 41acaa4 commit 2479792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default/css/index.css
Expand Up @@ -1018,14 +1018,14 @@ a.bbc_link {
.listlevel2, .listlevel3 {
position: relative;
float: none;
padding: 1px 0;
padding: 0;
width: 17em;
}
/* Levels 2 and 3 drop menus: link or button. */
.linklevel2, .linklevel3 {
position: relative;
display: block;
padding: 0 7px;
padding: 1px 7px;
}
/* @todo - Note: The next declarations are for keyboard access with js disabled. */
/* Hmm. These are tricky with the new Superfish/Superclick combo. */
Expand Down

0 comments on commit 2479792

Please sign in to comment.