diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-19 14:17:58 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-19 14:17:58 +0100 |
commit | 94b5e3462e52d32f28d20a0132460d3c2f4fd259 (patch) | |
tree | 7e1c54a5dba9c036d9019f83c738fada4d007532 /hyperkitty/static/css | |
parent | 73b9de9309220b424f57c592b6553ba020767f38 (diff) | |
download | hyperkitty-94b5e3462e52d32f28d20a0132460d3c2f4fd259.tar.gz hyperkitty-94b5e3462e52d32f28d20a0132460d3c2f4fd259.tar.xz hyperkitty-94b5e3462e52d32f28d20a0132460d3c2f4fd259.zip |
Integrate the new logo
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 68f13e2..80dd7ed 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -4,6 +4,10 @@ body { background-color: white; } +#logo { + display: block; + margin: 80px auto; +} ul.nav.auth { float: right; |