From e010eb480ee1b120ceecd25b05ce9adfa5e6b819 Mon Sep 17 00:00:00 2001 From: maase2 Date: Fri, 8 Nov 2013 14:34:12 +0100 Subject: [PATCH] Update style.css Add warning-message class --- view/theme/duepuntozero/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index e99c258f03..527b2f4d86 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -114,6 +114,14 @@ nav #site-location { padding: 10px; } +.warning-message { + background-color: #F4FA58; + border: 1px solid #F3F781; + color: #000000; + font-size: 1.1em; + padding: 10px; +} + nav #banner { display: block;