[git] gnupg-doc - branch, preview, updated. 8e19c59dc64232cecfd25dd591e31d831aa2dc17

by Marcus Brinkmann cvs at cvs.gnupg.org
Thu May 18 18:06:10 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  8e19c59dc64232cecfd25dd591e31d831aa2dc17 (commit)
      from  7a2d78b013967e047eecb370cf0e9d7676dd60bb (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 8e19c59dc64232cecfd25dd591e31d831aa2dc17
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Thu May 18 18:06:01 2017 +0200

    web: Fix last change.

diff --git a/web/donate/donate.org b/web/donate/donate.org
index 7aeff26..2ce7f28 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -73,15 +73,15 @@
 
       <!-- Amount and currency input field -->
       <div class="form-group">
-        <label for="inputType" class="col-xs-12 col-sd-2 control-label">
+        <label for="inputType" class="col-xs-12 col-sm-2 control-label">
           Amount <!--ERR_AMOUNT-->
         </label>
-        <div class="col-xs-5 col-sd-3">
+        <div class="col-xs-5 col-sm-3">
           <input type="text" class="form-control"
                  name="amount" id="amountother" placeholder=""
                  value=""/><!--AMOUNT-->
         </div>
-        <div class="col-xs-7 col-sd-2">
+        <div class="col-xs-7 col-sm-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>
@@ -93,7 +93,7 @@
 
       <!-- Custom amounts -->
       <div class="form-group">
-        <div class="col-sd-offset-2 col-sd-6">
+        <div class="col-sm-offset-2 col-sm-6">
           <div class="btn-group btn-group-xs" role="group"
                aria-label="suggested amounts">
             <a href="/cgi-bin/procdonate.cgi?mode=preset&s_amt=500&s_cur=eur"
@@ -119,8 +119,8 @@
 
       <!-- Recurring -->
       <div class="form-group">
-        <label for="recur" class="col-sd-2 control-label">Recurring</label>
-        <div class="col-sd-2">
+        <label for="recur" class="col-sm-2 control-label">Recurring</label>
+        <div class="col-sm-2">
           <select class="form-control" name="recur" id="recur">
             <option value="0"
             selected="selected"><!--RECUR_NONE-->Just once</option>
@@ -133,10 +133,10 @@
 
       <!-- Pay using -->
       <div class="form-group">
-        <label for="paytype" class="col-sd-2 control-label">
+        <label for="paytype" class="col-sm-2 control-label">
           Pay using <!--ERR_PAYTYPE-->
         </label>
-        <div class="col-sd-6">
+        <div class="col-sm-6">
           <div class="radio">
             <label>
               <input type="radio" name="paytype" id="cc"
@@ -170,11 +170,11 @@
 
       <!-- Name -->
       <div class="form-group">
-        <label for="name" class="col-sd-2 control-label">
+        <label for="name" class="col-sm-2 control-label">
           Name <!--ERR_NAME-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-sd-6">
+        <div class="col-sm-6">
           <input type="text" class="form-control" name="name"
                  id="f_name" placeholder="Name (optional)"
                  value=""/><!--NAME-->
@@ -189,11 +189,11 @@
 
       <!-- Email -->
       <div class="form-group">
-        <label for="mail" class="col-sd-2 control-label">
+        <label for="mail" class="col-sm-2 control-label">
           Email <!--ERR_MAIL-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-sd-6">
+        <div class="col-sm-6">
           <input type="email" class="form-control" name="mail"
                  id="f_mail" placeholder="Email (optional)"
                  value=""/><!--MAIL-->
@@ -206,11 +206,11 @@
 
       <!-- Message -->
       <div class="form-group">
-        <label for="message" class="col-sd-2 control-label">
+        <label for="message" class="col-sm-2 control-label">
           Message
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-sd-6">
+        <div class="col-sm-6">
           <textarea class="form-control" name="message" id="f_message"
                     rows="4"
                     ></textarea><!--MESSAGE-->
@@ -220,7 +220,7 @@
         </div>
       </div>
       <div class="row">
-        <div class="col-sd-10 col-sd-offset-2">
+        <div class="col-sm-10 col-sm-offset-2">
           <button type="submit" class="btn btn-primary btn-large"
                   >Proceed to donation</button>
         </div>

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

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


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




More information about the Gnupg-commits mailing list