From 8b615404a5fb0d193ad839adc7429d9f99905869 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 12 Sep 2012 13:20:11 +0000 Subject: stabilize page wrt loading nav --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index be9d17b..a82af97 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,8 @@ body { font-size: 80%; } hr { display: none; } article { + position: absolute; + top: 128px; } footer { margin: 0; padding: 0.4em 1em; background: #e0e0e0; color: #888; font-size: 80%; } footer a { color: #555; text-decoration: none; } -- cgit v1.2.1