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 7bd0a26 commit c11d261Copy full SHA for c11d261
themes/jquery/css/base.css
@@ -1625,15 +1625,15 @@ pre b {
1625
list-style: none;
1626
padding-left: 10px;
1627
margin-right: 0;
1628
- margin-top: 0;
+ margin-top: 5px;
1629
margin-left: 30px;
1630
}
1631
#content ol > li:before {
1632
content: counter(li); /* Use the counter as content */
1633
counter-increment: li; /* Increment the counter by 1 */
1634
/* Position and style the number */
1635
position: absolute;
1636
- top: 6px;
+ top: 1px;
1637
left: -25px;
1638
box-sizing: border-box;
1639
width: 20px;
0 commit comments