Followup r95837; Return the list-style-image for ul{} back to vector since I ended...
authorDaniel Friesen <dantman@users.mediawiki.org>
Wed, 31 Aug 2011 07:03:52 +0000 (07:03 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Wed, 31 Aug 2011 07:03:52 +0000 (07:03 +0000)
skins/common/commonElements.css
skins/vector/screen.css

index e095afc..c8f9a95 100644 (file)
@@ -116,8 +116,6 @@ ul {
        list-style-type: square;
        margin: .3em 0 0 1.5em;
        padding: 0;
-       /* @embed */
-       list-style-image: url(images/bullet-icon.png);
 }
 ol {
        line-height: 1.5em;
index 0bcd2d6..e035caa 100644 (file)
@@ -691,6 +691,11 @@ div#content {
 
 .editsection { float: right; }
 
+ul {
+       /* @embed */
+       list-style-image: url(images/bullet-icon.png);
+}
+
 pre {
        line-height: 1.3em;
 }