From: maase2 Date: Fri, 8 Nov 2013 13:34:12 +0000 (+0100) Subject: Update style.css X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e010eb480ee1b120ceecd25b05ce9adfa5e6b819;p=friendica.git Update style.css Add warning-message class --- 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;