#502: only display <ul> items with bullets.

This commit is contained in:
Georg Brandl 2010-08-23 13:14:27 +00:00
parent 9d7b75aa5d
commit 3deb263c2a

View File

@ -292,7 +292,7 @@ li {
line-height: 1.3;
}
div.content li {
div.content ul > li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;