summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css13
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;