Reviewed by Mark Rowe.
- Limit custom list bullets to ordered lists only
* css/blue.css:
* css/gray.css:
* css/green.css:
* css/ie.css:
* css/main.css:
* css/pink.css:
* css/purple.css:
* css/yellow.css:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@25708 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitSite/css/gray.css b/WebKitSite/css/gray.css
index 5f60b53..1f5bb0b 100644
--- a/WebKitSite/css/gray.css
+++ b/WebKitSite/css/gray.css
@@ -2,7 +2,7 @@
background-image: url( /images/gray-background.png ) !important;
}
-#content li {
+#content ul > li {
list-style-image: url( /images/blue-bullet.png ) !important;
}