Fix test failure.

This commit is contained in:
Chris Eppstein 2009-11-24 10:36:51 -08:00
parent 43c19f7315
commit 86b78ff401

View File

@ -111,14 +111,16 @@ pre, code, tt {
line-height: 1.5; }
li ul, li ol {
margin: 0 1.5em; }
margin: 0; }
ul, ol {
margin: 0 1.5em 1.5em 0;
padding-left: 3.333em; }
ul {
margin: 0 1.5em 1.5em 1.5em;
list-style-type: disc; }
ol {
margin: 0 1.5em 1.5em 1.5em;
list-style-type: decimal; }
dl {