From 7eb91b2d910ca8ccbf05a014f9b5717e7283db01 Mon Sep 17 00:00:00 2001 From: MatmaRex Date: Thu, 1 Nov 2012 18:16:34 +0100 Subject: [PATCH] (bug 36276) add redlink styles to legacy shared.css This is mostly intended to fix the display in Myskin. Change-Id: Ib519ad5b8091f7912cebba6b090d404f340f20bf --- skins/common/shared.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index 8f771e9a8a..ed4e8c55a1 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -448,6 +448,11 @@ th.mw-revdel-checkbox { text-align: center; } +/* red links; see bug 36276 */ +a.new { + color: #BA0000; +} + /* feed links */ a.feedlink { /* @embed */ -- 2.20.1