[git] gnupg-doc - branch, preview, updated. b9cc4e4cd66827e28b4db8b44b7c8e77460c7238

by Kai Michaelis cvs at cvs.gnupg.org
Tue May 16 16:31:51 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, preview has been updated
       via  b9cc4e4cd66827e28b4db8b44b7c8e77460c7238 (commit)
      from  e282bb5d78e8c4e3165ad8d2420e678105ee8954 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b9cc4e4cd66827e28b4db8b44b7c8e77460c7238
Author: Kai Michaelis <kai at gnupg.org>
Date:   Tue May 16 16:33:42 2017 +0200

    campaign: adjust col with

diff --git a/web/donate/donate.org b/web/donate/donate.org
index 05393b4..68f93fe 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -73,7 +73,7 @@
         <label for="inputType" class="col-md-2 control-label">
 					Amount <!--ERR_AMOUNT-->
 				</label>
-				<div class="col-md-4">
+				<div class="col-md-1">
 					<select class="form-control" name="amount" id="amount">
 						<option value="500" /><!--CHK_AMT500--> 500 €</option>
 						<option value="200" /><!--CHK_AMT200--> 200 €</option>
@@ -82,14 +82,15 @@
 						<option value="20" /><!--CHK_AMT20--> 20 €</option>
 						<option value="10" /><!--CHK_AMT10--> 10 €</option>
 						<option value="5" /><!--CHK_AMT5--> 5 €</option>
+						<option value="other" /><!--CHK_AMTOTHER--> Other</option>
 					</select>
 				</div>
-				<div class="col-md-4">
+				<div class="col-md-2">
 					<input type="text" class="form-control"
-								 name="amountother" id="amountother" placeholder=""
+								 name="amountother" id="amountother" placeholder="other amount"
 								 value=""/><!--AMT_OTHER-->
 				</div>
-				<div class="col-md-4">
+				<div class="col-md-2">
 					<select class="form-control" name="currency" id="currency">
 						<option value="EUR" selected="selected"><!--SEL_EUR-->Euro</option>
 						<option value="USD" ><!--SEL_USD-->US Dollar</option>

-----------------------------------------------------------------------

Summary of changes:
 web/donate/donate.org | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list