r95838 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95837‎ | r95838 | r95839 >
Date:07:03, 31 August 2011
Author:dantman
Status:ok
Tags:
Comment:
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 (modified) (history)
  • /trunk/phase3/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonElements.css
@@ -116,8 +116,6 @@
117117 list-style-type: square;
118118 margin: .3em 0 0 1.5em;
119119 padding: 0;
120 - /* @embed */
121 - list-style-image: url(images/bullet-icon.png);
122120 }
123121 ol {
124122 line-height: 1.5em;
Index: trunk/phase3/skins/vector/screen.css
@@ -691,6 +691,11 @@
692692
693693 .editsection { float: right; }
694694
 695+ul {
 696+ /* @embed */
 697+ list-style-image: url(images/bullet-icon.png);
 698+}
 699+
695700 pre {
696701 line-height: 1.3em;
697702 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95837Remove the basic styles that vector coppied from monobook from both monobook ...dantman06:59, 31 August 2011

Status & tagging log