(bug 20223) Move .comment and .changedby to shared.css and out of Monobook/Modern.
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 28 Aug 2009 23:34:55 +0000 (23:34 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 28 Aug 2009 23:34:55 +0000 (23:34 +0000)
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css

index 9ed8661..4e6b5bf 100644 (file)
@@ -9,6 +9,16 @@
 .mw-plusminus-neg { color: #8b0000; } /* dark red */
 .mw-plusminus-null { color: #aaa; } /* gray */
 
+/* Comment and username portions of RC entries */
+span.comment {
+       font-style: italic;
+}
+
+span.changedby {
+       font-size: 95%;
+}
+
+/* Math */
 .texvc { direction: ltr; unicode-bidi: embed; }
 img.tex { vertical-align: middle; }
 span.texhtml { font-family: serif; }
index f678bce..45165a6 100644 (file)
@@ -646,14 +646,6 @@ span.updatedmarker {
        background-color: #0f0;
 }
 
-span.comment {
-       font-style: italic;
-}
-
-span.changedby {
-       font-size: 95%;
-}
-
 .previewnote {
        text-indent: 3em;
        color: #c00;
index 3ca7140..727355b 100644 (file)
@@ -1135,14 +1135,6 @@ span.updatedmarker {
        background-color: #0f0;
 }
 
-span.comment {
-       font-style: italic;
-}
-
-span.changedby {
-       font-size: 95%;
-}
-
 .previewnote {
        color: #c00;
        margin-bottom: 1em;