From fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 30 Jun 2012 18:07:59 +0000 Subject: style update --- root/static/style/ttsite.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'root') 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; } -- cgit v1.2.1