diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/static/style/ttsite.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index d849cf5..b19ffff 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -8,6 +8,7 @@ body { background-image: -o-linear-gradient(top, #f0f0f0, #ffffff); background-image: linear-gradient(to bottom, #f0f0f0, #ffffff); + font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; } #mgnavdoc { margin: 0; position: absolute; top: 128px; } @@ -18,7 +19,8 @@ footer { font-size: 85%; text-align: left; } -footer, footer a { color: #888; text-decoration: none; } +footer, footer a { color: #aaa; text-decoration: none; } +h1, h2, h3, h4 { margin: 0 0 1em 0; } #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } |