From 44be5c1249a73a80b59ea9881a1c750423b5a398 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 24 May 2020 18:40:22 +1200 Subject: [PATCH] css: fix cosmetic issue with header margin on repo pages with thumbnails --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index b35d97d..6e83d2a 100644 --- a/static/style.css +++ b/static/style.css @@ -141,6 +141,9 @@ body { float:left; width: 860px; /* 740px full - 60px rhs column - 2px border */ } +.projbody_halfw h2:first-child { + margin-top: 0; +} .projbody_fullw { }