Adjust numbered lists margin to show two digits.

This commit is contained in:
cswider
2013-04-11 19:28:27 -10:00
committed by bsimpson63
parent 6211d82f7a
commit 833583b39d

View File

@@ -1292,7 +1292,10 @@ a.author { margin-right: 0.5em; }
.md img { display: none }
.md ol, .md ul { margin: 10px 2em; }
.md ul { list-style: disc outside }
.md ol { list-style: decimal outside }
.md ol {
list-style: decimal outside;
margin-left: 3em;
}
.md pre { margin: 10px; }
.md blockquote, .help blockquote {
border-left: 2px solid #369;