http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95838

Revision: 95838
Author:   dantman
Date:     2011-08-31 07:03:52 +0000 (Wed, 31 Aug 2011)
Log Message:
-----------
Followup r95837; Return the list-style-image for ul{} back to vector since I 
ended up deciding not to give the common stylesheet one of the two bullet 
points.

Modified Paths:
--------------
    trunk/phase3/skins/common/commonElements.css
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/common/commonElements.css
===================================================================
--- trunk/phase3/skins/common/commonElements.css        2011-08-31 06:59:15 UTC 
(rev 95837)
+++ trunk/phase3/skins/common/commonElements.css        2011-08-31 07:03:52 UTC 
(rev 95838)
@@ -116,8 +116,6 @@
        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;

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2011-08-31 06:59:15 UTC (rev 
95837)
+++ trunk/phase3/skins/vector/screen.css        2011-08-31 07:03:52 UTC (rev 
95838)
@@ -691,6 +691,11 @@
 
 .editsection { float: right; }
 
+ul {
+       /* @embed */
+       list-style-image: url(images/bullet-icon.png);
+}
+
 pre {
        line-height: 1.3em;
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to