We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd252cb commit c1e0da8Copy full SHA for c1e0da8
themes/jquery/css/base.css
@@ -2327,17 +2327,15 @@ input[type="submit"].dark:hover {
2327
}
2328
2329
#sidebar li {
2330
- padding-left: 20px;
2331
- line-height: 15px;
+ padding: 5px 0 5px 20px;
2332
list-style-type: none;
2333
- background: url(../images/bullet.png) no-repeat 0 14px;
+ background: url(../images/bullet.png) no-repeat 0 12px;
2334
text-shadow: 0 1px 0 #ffffff;
2335
2336
2337
#sidebar li a {
2338
color: #4d4d4d;
2339
text-decoration: none;
2340
- padding: 8px 0;
2341
display: block;
2342
2343
0 commit comments