diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-08 10:50:50 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-08 10:50:50 +0000 |
commit | 9b1766e129824e9f7b5bbbbb67e4de378e3f7a49 (patch) | |
tree | 1ec8d5e419c8c4304595d0413864e578be702913 | |
parent | ca904ed8e62b29f0cb8da650559fd944a3b8913d (diff) |
smaller default logged-in-bar
-rw-r--r-- | public/stylesheets/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 8af217e32..ab29d3ffd 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -84,7 +84,7 @@ color:#000; #logged_in_bar { clear:none; -font-size:0.9em; +font-size:0.8em; z-index:200; color:#444; top:18px; |