gnucash-htdocs master: Multiple changes pushed
Geert Janssens
gjanssens at code.gnucash.org
Fri Mar 7 07:58:42 EST 2014
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/8ead673c (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/6a61ae98 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/5ef65dff (commit)
commit 8ead673c9f95f5fc99798d1ab99ef11866cf0d1a
Author: Geert Janssens <janssens-geert at telenet.be>
Date: Fri Mar 7 13:58:31 2014 +0100
Add some margin
diff --git a/donate.phtml b/donate.phtml
index 7f65ef8..f290446 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -23,7 +23,7 @@ include("externals/menu.phtml");
<h3><?= T_("You can donate using bitcoin");?></h3>
-<img style="float:left;" src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" />
+<img style="float:left; margin: 0 10px 10px 0;" src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" />
<p><a ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a><br/>1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy</p>
commit 6a61ae98fe9e5742ffb01e73071499fe7733d82f
Author: Geert Janssens <janssens-geert at telenet.be>
Date: Fri Mar 7 13:55:43 2014 +0100
Header shouldn't flow next to image
diff --git a/donate.phtml b/donate.phtml
index 4f50514..7f65ef8 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -27,7 +27,7 @@ include("externals/menu.phtml");
<p><a ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a><br/>1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy</p>
-<h3 style="float:clear;"><?= T_("You can transfer a donation to our bank account");?></h3>
+<h3 style="clear:both;"><?= T_("You can transfer a donation to our bank account");?></h3>
<p><?php echo T_("Owner:");?> Geert Janssens<br/>
<?php echo T_("Purpose: Donation");?><br/>
<?php echo T_("Account:");?> 973-0754570-41<br/>
Summary of changes:
donate.phtml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list