Skip to content

Commit 5e847b8

Browse files
kleinmaetschkeajpiano
authored andcommitted
Enlarge clickable area in top-right navigation menus and submenus. Fixes #190.
1 parent 8854e95 commit 5e847b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,6 @@ iframe {
13371337
float: left;
13381338
position: relative;
13391339
top: 1px;
1340-
padding: 8px 12px;
13411340
cursor: pointer;
13421341
-webkit-transition: all 0.2s;
13431342
transition: all 0.2s;
@@ -1363,6 +1362,8 @@ iframe {
13631362
font-weight: normal;
13641363
font-style: normal;
13651364
text-decoration: none;
1365+
display: block;
1366+
padding: 8px 12px;
13661367
}
13671368

13681369
#global-nav nav ul li ul {

0 commit comments

Comments
 (0)