From 6d6eb966bc080325c3fdfd0320df794cdf523ea8 Mon Sep 17 00:00:00 2001 From: Arturo FilastoĢ€ Date: Thu, 11 Aug 2011 18:34:26 +0200 Subject: Move styling to static/ folder --- packages/torouter-web/static/main.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/torouter-web/static/main.css (limited to 'packages/torouter-web/static/main.css') 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; +} + + -- cgit v1.2.3