1
0
Fork 0
forked from wezm/wezm.net

Style ordered lists

This commit is contained in:
Wesley Moore 2010-03-10 20:12:59 +11:00
parent 251973de6f
commit 313be1b71b

View file

@ -21,6 +21,9 @@ ul, ol {
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li {
margin-left: 1em;
}