diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:29 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 00:57:29 +0000 |
commit | 82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f (patch) | |
tree | 4e553fd365589d98271975361e60114c14d6b2f0 /root | |
parent | 4c80730fddd43c1325eac8c8556010322d7f83a1 (diff) | |
download | identity-82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f.tar identity-82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f.tar.gz identity-82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f.tar.bz2 identity-82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f.tar.xz identity-82a9ba8c1f0b21a0c67a32a1cc0d302c2ca5c75f.zip |
align menu of subpages to the left ( not perfect yet, but better IMHO )
Diffstat (limited to 'root')
-rw-r--r-- | root/static/style/ttsite.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |