diff options
-rw-r--r-- | help3xsl/default.css | 8 |
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; |