From: Jeff Veit Date: Tue, 5 Sep 2017 16:12:13 +0000 (+0100) Subject: Final changes for the Use cases on the live site. X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=commitdiff_plain;h=439daa263544d7aa2a311a2e1cc7febbcc3c2ed0 Final changes for the Use cases on the live site. --- diff --git a/web/themes/custom/yaffs/css/style.css b/web/themes/custom/yaffs/css/style.css index 80ff52874..562ef4401 100644 --- a/web/themes/custom/yaffs/css/style.css +++ b/web/themes/custom/yaffs/css/style.css @@ -13661,8 +13661,8 @@ header .smaller { } /* line 279, ../scss/style.scss */ .view-id-use_cases .view-footer h3, .view-id-use .view-footer h3 { - margin-top: 2.2em; - padding-top: 0; + margin-top: 1.7em; + padding-top: 1em; border-top-width: 1px; border-top-style: solid; border-top-color: #cbe4e8; diff --git a/web/themes/custom/yaffs/scss/style.scss b/web/themes/custom/yaffs/scss/style.scss index 7b0ad0928..a778a20ea 100644 --- a/web/themes/custom/yaffs/scss/style.scss +++ b/web/themes/custom/yaffs/scss/style.scss @@ -277,8 +277,8 @@ header { } .view-footer { h3 { - margin-top: 2.2em; - padding-top: 0; + margin-top: 1.7em; + padding-top: 1em; border-top-width: 1px; border-top-style: solid; border-top-color: $yaffs-fade-1;