diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:45:48 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:46:11 -0700 |
commit | 55e19559739d879f31ff5bd2fdcfa8a6cc055a34 (patch) | |
tree | e111deec329365068f788b11ff03ab8e07ed7447 /web/style.css | |
parent | ec17ac7fca60b87449355f8c240fc7e0512eba33 (diff) |
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 4 |
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; |