Fixed UL/OL to be blocks again (whoops)

This commit is contained in:
kipp 1998-07-13 22:12:58 +00:00
parent a5f9c0b814
commit 6272e27350
2 changed files with 4 additions and 0 deletions

View File

@ -254,10 +254,12 @@ NOBR {
// Lists
UL {
display: block;
padding-left: 40px;
list-style-type: disc;
}
OL {
display: block;
padding-left: 40px;
list-style-type: decimal;
}

View File

@ -254,10 +254,12 @@ NOBR {
// Lists
UL {
display: block;
padding-left: 40px;
list-style-type: disc;
}
OL {
display: block;
padding-left: 40px;
list-style-type: decimal;
}