r112345 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112344‎ | r112345 | r112346 >
Date:20:03, 24 February 2012
Author:kaldari
Status:ok
Tags:
Comment:
follow-up to r111861, fixing classic skin
Modified paths:
  • /trunk/phase3/skins/common/commonElements.css (modified) (history)
  • /trunk/phase3/skins/common/wikistandard.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/wikistandard.css
@@ -1,3 +1,7 @@
 2+/**
 3+ * This style sheet is used by the classic (aka standard) skin
 4+ */
 5+
26 #article {
37 padding: 4px;
48 }
@@ -67,6 +71,10 @@
6872 text-decoration: underline;
6973 }
7074
 75+a.new {
 76+ color: #ba0000;
 77+}
 78+
7179 a.stub {
7280 color: #772233;
7381 text-decoration: none;
Index: trunk/phase3/skins/common/commonElements.css
@@ -1,6 +1,7 @@
2 -/*
3 -** MediaWiki style sheet for general styles on basic content elements
4 -*/
 2+/**
 3+ * MediaWiki style sheet for general styles on basic content elements
 4+ * This style sheet is used by the monobook and vector skins
 5+ */
56
67 /* Links */
78 a {

Sign-offs

UserFlagDate
Krinkleinspected01:41, 1 March 2012
Krinkletested01:41, 1 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111861Bug 27619: Remove the option to show broken links as: link?...hartman13:06, 19 February 2012

Status & tagging log