r55663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55662‎ | r55663 | r55664 >
Date:23:34, 28 August 2009
Author:demon
Status:ok
Tags:
Comment:
(bug 20223) Move .comment and .changedby to shared.css and out of Monobook/Modern.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1135,14 +1135,6 @@
11361136 background-color: #0f0;
11371137 }
11381138
1139 -span.comment {
1140 - font-style: italic;
1141 -}
1142 -
1143 -span.changedby {
1144 - font-size: 95%;
1145 -}
1146 -
11471139 .previewnote {
11481140 color: #c00;
11491141 margin-bottom: 1em;
Index: trunk/phase3/skins/modern/main.css
@@ -646,14 +646,6 @@
647647 background-color: #0f0;
648648 }
649649
650 -span.comment {
651 - font-style: italic;
652 -}
653 -
654 -span.changedby {
655 - font-size: 95%;
656 -}
657 -
658650 .previewnote {
659651 text-indent: 3em;
660652 color: #c00;
Index: trunk/phase3/skins/common/shared.css
@@ -9,6 +9,16 @@
1010 .mw-plusminus-neg { color: #8b0000; } /* dark red */
1111 .mw-plusminus-null { color: #aaa; } /* gray */
1212
 13+/* Comment and username portions of RC entries */
 14+span.comment {
 15+ font-style: italic;
 16+}
 17+
 18+span.changedby {
 19+ font-size: 95%;
 20+}
 21+
 22+/* Math */
1323 .texvc { direction: ltr; unicode-bidi: embed; }
1424 img.tex { vertical-align: middle; }
1525 span.texhtml { font-family: serif; }

Status & tagging log