Remove superfluous and slightly irritating display:inline from orderered lists in light theme.

This commit is contained in:
z3d
2009-07-23 18:56:12 +00:00
parent 68445fe195
commit ee419454f4

View File

@ -319,11 +319,8 @@ div.main li {
}
ol {
/*
white-space: pre-wrap;
*/
display: inline;
margin: 1px 0 0 0;
margin: 1px 0 0 5px;
padding: 1px 0 0 20px;
}