Make list style for ul and ol elements more specific. #1075

This commit is contained in:
Holger Just 2012-07-11 14:27:24 +02:00 committed by Kolan Sh
parent 1a28b5a281
commit f6ebdb3405
1 changed files with 2 additions and 2 deletions

View File

@ -3498,7 +3498,7 @@ blockquote {
background: url(../images/blockquote-bg.png) no-repeat 25px 3px; background: url(../images/blockquote-bg.png) no-repeat 25px 3px;
} }
.wiki ul li { .wiki ul > li {
list-style: disc outside none; list-style: disc outside none;
} }
@ -4129,7 +4129,7 @@ div.issue div,
} }
/* comments */ /* comments */
.wiki ol li { .wiki ol > li {
list-style: decimal outside; list-style: decimal outside;
} }