From 623c562054de05e09ee9c7def9a25329b8d25aea Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Tue, 1 Nov 2011 00:58:13 +0100 Subject: [PATCH] Give the context area a little top padding which lets it look less attached to the upper window border when the page is scrolled and the element is fixed. --- www/media/idf/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index cf13f23..481c3d9 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -85,6 +85,7 @@ a.soft:visited { } div.context { + padding-top: 0.5em; padding-left: 1em; position: relative; top: 0;