From 62c3e90d451ee7d157d587c8f9d9358fdf7cba2d Mon Sep 17 00:00:00 2001 From: Ryan Kaldari Date: Fri, 24 Feb 2012 20:03:40 +0000 Subject: [PATCH] follow-up to r111861, fixing classic skin --- skins/common/commonElements.css | 7 ++++--- skins/common/wikistandard.css | 8 ++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index 5590bfa115..df50e055b7 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -1,6 +1,7 @@ -/* -** MediaWiki style sheet for general styles on basic content elements -*/ +/** + * MediaWiki style sheet for general styles on basic content elements + * This style sheet is used by the monobook and vector skins + */ /* Links */ a { diff --git a/skins/common/wikistandard.css b/skins/common/wikistandard.css index e47dc42d9c..a4b03a8729 100644 --- a/skins/common/wikistandard.css +++ b/skins/common/wikistandard.css @@ -1,3 +1,7 @@ +/** + * This style sheet is used by the classic (aka standard) skin + */ + #article { padding: 4px; } @@ -67,6 +71,10 @@ a.printable { text-decoration: underline; } +a.new { + color: #ba0000; +} + a.stub { color: #772233; text-decoration: none; -- 2.20.1