Archived
1
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

View File

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