diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:44:59 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:44:59 +0000 |
commit | e74844700e01d996c7931b313b0fa55148c598d2 (patch) | |
tree | 501bc273254a6969fe68a82a74e5bb76ebdd4ca3 /root | |
parent | 7b27487c4dea5274c7a1bc3d6578b54f3ef5554d (diff) | |
download | identity-e74844700e01d996c7931b313b0fa55148c598d2.tar identity-e74844700e01d996c7931b313b0fa55148c598d2.tar.gz identity-e74844700e01d996c7931b313b0fa55148c598d2.tar.bz2 identity-e74844700e01d996c7931b313b0fa55148c598d2.tar.xz identity-e74844700e01d996c7931b313b0fa55148c598d2.zip |
style update
Diffstat (limited to 'root')
-rw-r--r-- | root/static/style/ttsite.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index ddb2fac..817b55a 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -3,7 +3,7 @@ html, body { background: #ddd; margin: 0; padding: 0; } -#mgnavdoc { margin: 10px; position: absolute; top: 128px; } +#mgnavdoc { margin: 0; position: absolute; top: 128px; } footer { border-top: 1px solid #ddd; @@ -14,10 +14,6 @@ footer { } footer, footer a { color: #888; } -#doc { - -} - #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } #nav { text-align: left; } |