From ab8ac023db9178b8ff939468b8625eadf660b35f Mon Sep 17 00:00:00 2001 From: akwizgran <akwizgran@users.sourceforge.net> Date: Sat, 10 May 2014 11:23:49 +0100 Subject: [PATCH] Added Flattr button and Bitcoin address. --- css/styles.css | 30 ++---------------------------- index.html | 7 +++++++ 2 files changed, 9 insertions(+), 28 deletions(-) diff --git a/css/styles.css b/css/styles.css index f0a9ab2..10076f6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -267,34 +267,8 @@ figcaption {margin:10px 0px 0px 0px;font-weight:bold;text-align:center;} #phone {width:30%;float:left;display:inline;} #phone2 {display:none;} -#contactform { - height:150px; - padding-bottom:20px; - margin:20px 20px 0px 20px; - float:none; -} - -#contactform label { - display:inline; - float:left; - clear:both; - margin-right:10px; - width:8em; - margin-bottom:10px; -} - -#contactform input, textarea { - display:inline; - float:left; - margin-right:10px; - margin-bottom:10px; - width:20em; -} - -#contactform button { - float:left; - clear:both; - margin-bottom:10px; +#flattr { + font-size:0.6em; } #footer_container { diff --git a/index.html b/index.html index f9e48de..0ec8651 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,13 @@ <div class="clearboth"></div> </div> <!-- content --> </div> <!-- container --> + + <div id='flattr'> + <center> + <a href='http://flattr.com/thing/592836/Briar-A-Secure-News-and-Discussion-System' target='_blank'><img src='http://api.flattr.com/button/flattr-badge-large.png' alt='Flattr this' title='Flattr this' border='0' /></a> <br /> +Bitcoin Donations: 1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K + </center> + </div> <div class="clearboth"></div> <div id="footer_container"> -- GitLab