diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 18:07:59 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 18:07:59 +0000 |
commit | fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d (patch) | |
tree | 4253a368547f7e5e0d9bff5f3af4abc91e499f79 /root | |
parent | 238f8307de994a0ba33fe86eb2129f8772745faa (diff) | |
download | identity-fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d.tar identity-fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d.tar.gz identity-fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d.tar.bz2 identity-fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d.tar.xz identity-fbbd6dbde2064c9823c3d03e8013d2e9bdb0801d.zip |
style update
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; } |