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/tui/views | |
parent | db774cfe565e40a7ce4def89c130f69540493bf1 (diff) | |
download | torouter-6d6eb966bc080325c3fdfd0320df794cdf523ea8.tar.gz torouter-6d6eb966bc080325c3fdfd0320df794cdf523ea8.zip |
Move styling to static/ folder
Diffstat (limited to 'packages/torouter-web/tui/views')
-rw-r--r-- | packages/torouter-web/tui/views/base.html | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/packages/torouter-web/tui/views/base.html b/packages/torouter-web/tui/views/base.html index 47091f8..aca2bf9 100644 --- a/packages/torouter-web/tui/views/base.html +++ b/packages/torouter-web/tui/views/base.html @@ -5,38 +5,10 @@ $def with (page,submenu=None) <html> <head> <title>TUI - Tor Web User Interface</title> - <style type="text/css"> - body { - margin: 0; - border: 0; - padding: 0; - - } - - div.wrapper { - width: 800px; - margin: 0 auto; - } - - div.footer { - background-color: #CCC; - color: white; - } - - div.header { - background-color: #CCC; - color: white; - } - - ul#menu { - list-style: none; - - } - - </style> + <link REL="stylesheet" href="/static/main.css" type="text/css"> </head> <body> -<div id="header"> +<div class="header"> <ul id="menu"> <li><a href="/">Home</a></li> <li><a href="/network">Network</a></li> |