Remove superfluous and slightly irritating display:inline from orderered lists in light theme.
This commit is contained in:
@ -319,11 +319,8 @@ div.main li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
/*
|
|
||||||
white-space: pre-wrap;
|
margin: 1px 0 0 5px;
|
||||||
*/
|
|
||||||
display: inline;
|
|
||||||
margin: 1px 0 0 0;
|
|
||||||
padding: 1px 0 0 20px;
|
padding: 1px 0 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user