summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/scripts/growth.js2
-rw-r--r--web/style.css8
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;