diff options
Diffstat (limited to 'root/static/style')
-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; |