Skip to content

Commit c1e0da8

Browse files
committed
Better styling for bulleted lists.
1 parent cd252cb commit c1e0da8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,17 +2327,15 @@ input[type="submit"].dark:hover {
23272327
}
23282328

23292329
#sidebar li {
2330-
padding-left: 20px;
2331-
line-height: 15px;
2330+
padding: 5px 0 5px 20px;
23322331
list-style-type: none;
2333-
background: url(../images/bullet.png) no-repeat 0 14px;
2332+
background: url(../images/bullet.png) no-repeat 0 12px;
23342333
text-shadow: 0 1px 0 #ffffff;
23352334
}
23362335

23372336
#sidebar li a {
23382337
color: #4d4d4d;
23392338
text-decoration: none;
2340-
padding: 8px 0;
23412339
display: block;
23422340
}
23432341

0 commit comments

Comments
 (0)