From: Ryan Kaldari Date: Fri, 24 Feb 2012 20:03:40 +0000 (+0000) Subject: follow-up to r111861, fixing classic skin X-Git-Tag: 1.31.0-rc.0~24536 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=62c3e90d451ee7d157d587c8f9d9358fdf7cba2d;p=lhc%2Fweb%2Fwiklou.git follow-up to r111861, fixing classic skin --- 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;