diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-29 03:30:44 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-29 03:30:44 -0500 |
commit | 413fe3748a2d0f4219f4208fa2895fdbe67983e4 (patch) | |
tree | 802feb2b30f49ea413ba5c92b59ba8256a63525f /help3xsl | |
parent | c9b3ac8e7508ea7a112a13ca3acd3cc0a006f6eb (diff) |
Helponline: Some footer tweaks
Change-Id: Ie52a789f61a44896abc81ecf3895d94ce054040d
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 13 |
1 files changed, 6 insertions, 7 deletions
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; |