diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-10-01 22:21:19 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-10-01 22:21:19 -0700 |
commit | 45634dc9934813bd88aebf58f39e82bf0254a7d6 (patch) | |
tree | 36393b9c7393aa9099031985b8315eafe294c4bc /web/style.css | |
parent | 0daa3ec0fa105c5bcbabec35cb61e07a20049e93 (diff) |
Adding message banner
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |