follow-up to r111861, fixing classic skin
authorRyan Kaldari <kaldari@users.mediawiki.org>
Fri, 24 Feb 2012 20:03:40 +0000 (20:03 +0000)
committerRyan Kaldari <kaldari@users.mediawiki.org>
Fri, 24 Feb 2012 20:03:40 +0000 (20:03 +0000)
skins/common/commonElements.css
skins/common/wikistandard.css

index 5590bfa..df50e05 100644 (file)
@@ -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 {
index e47dc42..a4b03a8 100644 (file)
@@ -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;