From eed876b36366196eb405b1fc840a939fb6fa054c Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 1 Oct 2013 22:21:19 -0700 Subject: Adding message banner --- web/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index b6a83f0..0343038 100644 --- a/web/style.css +++ b/web/style.css @@ -44,6 +44,14 @@ blockquote { clear: both; } +#banner { + padding: 0.5em; + border-bottom: outset 2px; + background: #FFFF91; + font-size: 90%; + display: none; +} + header { background: white; margin: 0 auto 0 auto; -- cgit v1.2.3