Skip to content

Commit 1bc4ce7

Browse files
committed
All: Fix invisible list numbers due to partial #content ol > li styles
Follows-up 9131422 and a4e2aaa, which adopted `::marker` but this left behind one style rule, causing the numbers to be hidden (list-style: none), without the old grey circles or counter to re-generate the numbers.
1 parent 523d83f commit 1bc4ce7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

themes/jquery/css/base.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,12 +1400,8 @@ pre b {
14001400
}
14011401

14021402
#content ol > li {
1403-
position: relative; /* Give each list item a left margin to make room for the numbers */
1404-
list-style: none;
14051403
padding-left: 10px;
1406-
margin-right: 0;
14071404
margin-top: 5px;
1408-
margin-left: 30px;
14091405
}
14101406

14111407
#content img.full,

0 commit comments

Comments
 (0)