From fcf6a8630b7ae818e7719d6e811d01d9359388c3 Mon Sep 17 00:00:00 2001 From: ficus Date: Tue, 2 Oct 2012 16:44:03 +0200 Subject: remove unused told TUI --- packages/torouter-web/src/static/main.css | 56 ------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 packages/torouter-web/src/static/main.css (limited to 'packages/torouter-web/src/static') diff --git a/packages/torouter-web/src/static/main.css b/packages/torouter-web/src/static/main.css deleted file mode 100644 index 7277912..0000000 --- a/packages/torouter-web/src/static/main.css +++ /dev/null @@ -1,56 +0,0 @@ - -/* Clear all */ -body { margin: 0;border: 0;padding: 0; } - -div.wrapper { - min-height: 300px; - width: 800px; - margin: 0 auto; -} - -div.footer { - text-align: center; - background-color: #333; - color: white; - padding-top: 20px; - padding-bottom: 20px; -} - -div.header { - color: white; -} - -div.header ul { - list-style: none; - height: 20px; -} - -div.header ul li { - font-size: 20px; - float: left; - padding: 5px 10px; -} - -div.header ul#submenu li { - font-size: 15px; -} - -div.header ul#submenu li a.sel { - color: black; - text-decoration: none; -} - -/* More specific stuff */ -#torrc { -list-style: none; -line-height: 2em; -} - -#torrc em { -font-weight: bold; -font-style: normal; -} - - - - -- cgit v1.2.3