diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-11 18:34:26 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-11 18:34:26 +0200 |
commit | 6d6eb966bc080325c3fdfd0320df794cdf523ea8 (patch) | |
tree | 1aaa8641060be1a8fc2ee922eaa2237cd7c48825 /packages/torouter-web/static | |
parent | db774cfe565e40a7ce4def89c130f69540493bf1 (diff) | |
download | torouter-6d6eb966bc080325c3fdfd0320df794cdf523ea8.tar.gz torouter-6d6eb966bc080325c3fdfd0320df794cdf523ea8.zip |
Move styling to static/ folder
Diffstat (limited to 'packages/torouter-web/static')
-rw-r--r-- | packages/torouter-web/static/main.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/torouter-web/static/main.css b/packages/torouter-web/static/main.css new file mode 100644 index 0000000..41cb47f --- /dev/null +++ b/packages/torouter-web/static/main.css @@ -0,0 +1,29 @@ + +/* Clear all */ +body { margin: 0;border: 0;padding: 0; } + +div.wrapper { + width: 800px; + margin: 0 auto; +} + +div.footer { + background-color: #CCC; + color: white; +} + +div.header { + color: white; +} + +div.header ul { + list-style: none; + height: 20px; +} + +div.header ul li { + float: left; + padding: 5px 10px; +} + + |