From aad3048b92cff1aaba977821dfe0aa0e9a5d5380 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 30 Jun 2012 17:02:01 +0000 Subject: page should not shake because of navbar --- root/static/style/ttsite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root') diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 6136357..986d503 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; } +#mgnavdoc { margin: 10px; position: absolute; top: 128px; } #doc { -webkit-box-shadow: 0 0 10px #444; -- cgit v1.2.1