summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-31 23:45:48 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-31 23:46:11 -0700
commit4525beb985f8e874f11c0e95df2b1544c8b0b1ba (patch)
tree18685bdace563c6bbb3bfaac5b77d450f6246054 /web/style.css
parent68fb7d58b69f73e69f9b114792bd576897f41122 (diff)
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
index 39d6756..b374150 100644
--- a/web/style.css
+++ b/web/style.css
@@ -96,6 +96,10 @@ nav.primary a.current {
display: none;
}
+#noticebox.visible {
+ display: block;
+}
+
#noticebox img.icon {
float: left;
margin-right: 2em;