witten
/
luminotes
Archived
1
0
Fork 0

Fix for dotted circle list bullets. (Making them solid.)

This commit is contained in:
Dan Helfman 2007-08-28 22:34:12 +00:00
parent 8f6365c41e
commit 91d053e0c9
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ h3 {
line-height: 1em;
}
ul {
list-style-type: disc;
}
ul li {
margin-top: 0.5em;
}