From 9b72db7c59ce50b8cb630d7d857a8e7c21a8db97 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sun, 23 Dec 2012 12:36:03 +0000
Subject: [PATCH] Fixed some danimoth CSS that wasn't being applied to the
 Download button on the front page

---
 i2p2www/static/styles/danimoth.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/static/styles/danimoth.css b/i2p2www/static/styles/danimoth.css
index 7ab9a8e6e..10fbbfa14 100644
--- a/i2p2www/static/styles/danimoth.css
+++ b/i2p2www/static/styles/danimoth.css
@@ -1884,7 +1884,7 @@ border-color:#339bb9 #339bb9 #22697d;
 border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }
 
-.btn {
+.btn, .get-i2p {
 cursor:pointer;
 display:inline-block;
 background-color:#e6e6e6;
-- 
GitLab