aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/torouter-web/static/main.css')
-rw-r--r--packages/torouter-web/static/main.css29
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;
+}
+
+