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 | eed876b36366196eb405b1fc840a939fb6fa054c (patch) | |
tree | 6386de4d0e75f90b660447f13b841f8494b7898f /web | |
parent | 13fe4388c758d6272327e1ca086df29ef78e32a1 (diff) |
Adding message banner20131001a
Diffstat (limited to 'web')
-rw-r--r-- | web/scripts/growth.js | 2 | ||||
-rw-r--r-- | web/style.css | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/web/scripts/growth.js b/web/scripts/growth.js index 6571273..de10d45 100644 --- a/web/scripts/growth.js +++ b/web/scripts/growth.js @@ -76,6 +76,8 @@ $(document).ready(function() if (video != null) { video.removeAttribute("controls"); } + + $("#banner").slideDown(); }); function notice(msg) 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; |