From 24322022038a3213d786cdaf64f80ea990b028f9 Mon Sep 17 00:00:00 2001 From: X! Date: Thu, 17 Feb 2011 00:30:19 +0000 Subject: [PATCH] Reverting r76017 per discussion on Bugzilla. Lack of community consensus for change, and the whole purpose of the "new messages" box is *NOT* to fit into the skin, so people will see it immediately. --- skins/vector/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 9f57d829f5..b9883d0392 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -969,8 +969,8 @@ img.thumbborder { } /* User Message */ .usermessage { - background-color: #e0e8ff; - border: 1px solid #99b3ff; + background-color: #ffce7b; + border: 1px solid #ffa500; color: black; font-weight: bold; margin: 2em 0 1em; -- 2.20.1