From 3ca61bf7f2a691ba5e08a73f710ec47e8c149dba Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 3 Aug 2008 18:28:39 +0000 Subject: Bug 448748: Error messages thrown should have an HTML ID - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index a2d99a672..21512c421 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -287,6 +287,10 @@ table#flags td { min-width: 3em; } +#error_msg { + font-size: x-large; +} + .throw_error { background-color: #ff0000; color: black; -- cgit v1.2.3-24-g4f1b