From 82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 7 Jan 2011 00:57:29 +0000 Subject: align menu of subpages to the left ( not perfect yet, but better IMHO ) --- root/static/style/ttsite.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'root') diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index a4b6c0f..053491e 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -15,6 +15,10 @@ html, body { #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } +#nav { + text-align: left; +} + #hd { background: #aaa; padding: 10px 20px 4px 20px; -- cgit v1.2.1