summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-03-23 14:10:22 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-03-23 14:10:22 -0600
commit4740109668b5d2bbf67caef82fb38364abbc38bb (patch)
tree108d27f966dd1983cad1f9989f44443c877e9add /help3xsl
parentd0a2cca6885c900fd362bdd7a72e382fe3b34ef4 (diff)
Helponline: Prettify donation prompt
Change-Id: Iedf3d560c2a8d1feabadcf3ce1be40f1b5e01989
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 1ae99162b6..427a374b38 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -198,8 +198,12 @@ h6 {
color: red;
text-align: left;
}
-.donation{
- padding:0px 0px 10px 0px;
+.donation {
+ padding: 5px 0px 0px 10px;
+ margin-bottom: 1em;
+ background-color: #ffeeba;
+ border: 1px solid #FFDC42;
+ border-radius: 3px;
}
.donation p{
font-size:1.2rem;