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 @@
117
117
list-style-type: square;
118
118
margin: .3em 0 0 1.5em;
119
119
padding: 0;
120
- /* @embed */
121
- list-style-image: url(images/bullet-icon.png);
122
120
}
123
121
ol {
124
122
line-height: 1.5em;
Index: trunk/phase3/skins/vector/screen.css
—
—
@@ -691,6 +691,11 @@
692
692
693
693
.editsection { float: right; }
694
694
695
+ul {
696
+ /* @embed */
697
+ list-style-image: url(images/bullet-icon.png);
698
+}
699
+
695
700
pre {
696
701
line-height: 1.3em;
697
702
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r95837
Remove the basic styles that vector coppied from monobook from both monobook ...
dantman
06:59, 31 August 2011
Status & tagging log
12:58, 31 August 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r95838
[
removed:
new
added:
ok]