From 7bae35171942943d4b4f6571c5d695ecc1988019 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 29 Apr 2016 16:54:01 -0400 Subject: [PATCH] Update style for vertical banners --- styles.css | 4 ++-- templates/template.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 9629886..c763867 100755 --- a/styles.css +++ b/styles.css @@ -952,8 +952,8 @@ h2.vid_header { display: block; float: left; clear: left; - margin: 20px; - width: 160px; + margin: 20px 0 20px 0; + width: 200px; height: 600px; } #home #vertical_banner_inside { diff --git a/templates/template.html b/templates/template.html index 9b87df5..4dfef7b 100755 --- a/templates/template.html +++ b/templates/template.html @@ -9,7 +9,7 @@ {styles:h} {topScripts:h} - + {if:isHomePage} -- 2.17.1