From 8b2ea87338ebbba88185f584762ab6f460612bc6 Mon Sep 17 00:00:00 2001 From: archshift Date: Tue, 14 Apr 2015 21:05:54 -0700 Subject: [PATCH] Improve padding in Downloads page Removes possibility of ad box hiding the Downloads header. --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 8b4d49f..d6a4cc2 100644 --- a/style.css +++ b/style.css @@ -240,6 +240,10 @@ p + ul { text-align: center; } +#download .content { + padding-top: 7vh; +} + #download .content h3 { margin-left: 0; } @@ -267,11 +271,8 @@ img.dl-icon:hover { } .ad-rect { - position: absolute; - left: 0; - right: 0; margin: 0; - padding: 0.5vh 0; + padding-bottom: 10px; background-color: #F80; color: #FFF;