From 1d1a626936343ffd2367a4350e2fbe8a5b76e53d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 28 Aug 2009 23:34:55 +0000 Subject: [PATCH] (bug 20223) Move .comment and .changedby to shared.css and out of Monobook/Modern. --- skins/common/shared.css | 10 ++++++++++ skins/modern/main.css | 8 -------- skins/monobook/main.css | 8 -------- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 9ed8661e7f..4e6b5bfc57 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; } diff --git a/skins/modern/main.css b/skins/modern/main.css index f678bcebee..45165a630a 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -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; diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 3ca714031e..727355bb77 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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; -- 2.20.1