diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-13 04:39:04 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-13 04:39:04 +0200 |
commit | a56b3841d2adb8c995d6fe4603a7e7751bfa6d78 (patch) | |
tree | 75a5c6285f155c4d36154001c3d06b8b5414e6f3 /packages/torouter-web/static | |
parent | 2196124bf23eb9a9e4b708b2ed098011eb54df2c (diff) | |
parent | f54fe96d36551fc61d746d875365e6722d56afd2 (diff) | |
download | torouter-a56b3841d2adb8c995d6fe4603a7e7751bfa6d78.tar.gz torouter-a56b3841d2adb8c995d6fe4603a7e7751bfa6d78.zip |
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/torouter-web/static')
-rw-r--r-- | packages/torouter-web/static/main.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/torouter-web/static/main.css b/packages/torouter-web/static/main.css index 41cb47f..5626e92 100644 --- a/packages/torouter-web/static/main.css +++ b/packages/torouter-web/static/main.css @@ -3,13 +3,17 @@ body { margin: 0;border: 0;padding: 0; } div.wrapper { + min-height: 300px; width: 800px; margin: 0 auto; } div.footer { - background-color: #CCC; + text-align: center; + background-color: #333; color: white; + padding-top: 20px; + padding-bottom: 20px; } div.header { @@ -22,8 +26,12 @@ div.header ul { } div.header ul li { + font-size: 20px; float: left; padding: 5px 10px; } +div.header ul#submenu li { + font-size: 15px; +} |