diff --git a/public/css/style.css b/public/css/style.css index 4338bb8..97b5146 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -377,7 +377,7 @@ div.message p.message a, div.message p.message a:visited {color:#ff0;border: none;} div.messageNice { border: 2px solid #0f0; background: #060; } -div.plea { text-align: center; color: #666; padding-top: 1em; } +div.plea { float: right; color: #666; } .result-stats h1 {color:#123} .result-stats table {margin:5px;border-collapse:collapse} @@ -423,4 +423,4 @@ div.plea { text-align: center; color: #666; padding-top: 1em; } .user-history .row .action button:hover {background:#234;border-color:123} .user-history .row .action button:hover span {color:#fff;cursor:pointer} -.user-history div.date {background:#ddd;text-align:center;font-style:italic;color:#333;} \ No newline at end of file +.user-history div.date {background:#ddd;text-align:center;font-style:italic;color:#333;} diff --git a/templates/controller/show.html.ep b/templates/controller/show.html.ep index 2dbee84..c548e90 100755 --- a/templates/controller/show.html.ep +++ b/templates/controller/show.html.ep @@ -373,6 +373,11 @@
+
+ Did it help? Consider supporting us - Bitcoin address: 12v2hUztAk2LgzQ9H9LMwuU32urHMjZQnq +
+ +
-
<% content_for 'head' => begin %>