diff options
-rw-r--r-- | root/static/style/ttsite.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index d845eb6..cd018cd 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -9,6 +9,8 @@ html, body { background: #fff; } +#hd, #ft, #nav, #content, .inside { padding: 1em; } + .message { color: #000; } @@ -22,8 +24,6 @@ html, body { */ .hnav { - border-bottom: solid 0px #fff; - text-align: center; } .hnav, .hnav ul li a { |