From 413fe3748a2d0f4219f4208fa2895fdbe67983e4 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Sun, 29 Apr 2018 03:30:44 -0500 Subject: Helponline: Some footer tweaks Change-Id: Ie52a789f61a44896abc81ecf3895d94ce054040d --- help3xsl/default.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index 693c882ecc..d56ecae71a 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -253,11 +253,9 @@ h6 { text-align: left; } .donation { - padding: 5px 0px 0px 10px; + padding: 0 0 10px 0; margin-bottom: 1em; - background-color: #F5FFDC; - border: 1px solid #E1FDA6; - border-radius: 3px; + border-bottom: 1px dashed #E8E8E8; } .donation p{ font-size:1.2rem; @@ -388,9 +386,10 @@ header { } footer { color: #333; - border-top: 1px solid #18A303; - padding: 20px 0 0 0; - margin: 20px 0 0 0; + border-top: 2px solid #18A303; + background: linear-gradient(to bottom, rgba(0,0,0,0.025) 0%,rgba(0,0,0,0) 100%); + padding: 15px 10px 0 10px; + margin: 25px 0 0 0; } footer p { font-size: 1rem; -- cgit