Skip to content

Commit c11d261

Browse files
committed
base.css: OLs, added some space and fixed alignemtn of counters. Fixed #173
1 parent 7bd0a26 commit c11d261

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
@@ -1625,15 +1625,15 @@ pre b {
16251625
list-style: none;
16261626
padding-left: 10px;
16271627
margin-right: 0;
1628-
margin-top: 0;
1628+
margin-top: 5px;
16291629
margin-left: 30px;
16301630
}
16311631
#content ol > li:before {
16321632
content: counter(li); /* Use the counter as content */
16331633
counter-increment: li; /* Increment the counter by 1 */
16341634
/* Position and style the number */
16351635
position: absolute;
1636-
top: 6px;
1636+
top: 1px;
16371637
left: -25px;
16381638
box-sizing: border-box;
16391639
width: 20px;

0 commit comments

Comments
 (0)