Skip to content

Commit 3eb9150

Browse files
committed
Increase click area in sidebar. Fixes jquery#146.
1 parent ecfd659 commit 3eb9150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,8 +1928,6 @@ input[type="submit"].dark:hover {
19281928
}
19291929

19301930
#sidebar li {
1931-
padding-bottom: 8px;
1932-
padding-top: 8px;
19331931
padding-left: 20px;
19341932
line-height: 20px;
19351933
list-style-type: none;
@@ -1940,6 +1938,8 @@ input[type="submit"].dark:hover {
19401938
#sidebar li a {
19411939
color: #4d4d4d;
19421940
text-decoration: none;
1941+
padding: 8px 0;
1942+
display: block;
19431943
}
19441944

19451945
#sidebar nav#secondary li {

0 commit comments

Comments
 (0)