[git] gnupg-doc - branch, preview, updated. 7d6469ac855591409518b760300be8d791510257

by Marcus Brinkmann cvs at cvs.gnupg.org
Fri May 19 16:35:44 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  7d6469ac855591409518b760300be8d791510257 (commit)
      from  27dd7e09765efe218c0ce3d59e7d59dc2d837490 (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 7d6469ac855591409518b760300be8d791510257
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Fri May 19 16:35:42 2017 +0200

    web: Layout for playlist info.

diff --git a/web/donate/index.de.org b/web/donate/index.de.org
index 81215c0..c2cf4f6 100644
--- a/web/donate/index.de.org
+++ b/web/donate/index.de.org
@@ -227,10 +227,12 @@ href="/cgi-bin/procdonate.cgi?mode=preset&lang=de"
               </div>
 	    </div>
 	  </div>
-	  <p>Jeden Tag gibt es ein neues Video! Im Menü
+	  <p class="vid-howto">
+	    Jeden Tag gibt es ein neues Video! Im Menü
 	    <img src="/share/campaign/img/vidmenu.svg" style="height:
 	    1em; vertical-align: baseline;" aria-hidden="true"/>
-	    können weitere Videos ausgewählt werden.</p>
+	    können weitere Videos ausgewählt werden.
+	  </p>
 	</div>
       </div>
     </div>
diff --git a/web/donate/index.ja.org b/web/donate/index.ja.org
index 4d42807..d8c871a 100644
--- a/web/donate/index.ja.org
+++ b/web/donate/index.ja.org
@@ -206,10 +206,12 @@
               </div>
 	    </div>
 	  </div>
-	  <p>There is a new video every day! Click the menu
+	  <p class="vid-howto">
+	    There is a new video every day! Click the menu
 	    <img src="/share/campaign/img/vidmenu.svg" style="height:
-	    1em; vertical-align: baseline;" aria-hidden="true"/>
-	    to select more videos.</p>
+	    1em; vertical-align: baseline;" aria-hidden="true"/> to
+	    select more videos.
+	  </p>
 	</div>
       </div>
     </div>
diff --git a/web/donate/index.org b/web/donate/index.org
index a0146e5..ee61399 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -219,10 +219,12 @@
               </div>
 	    </div>
 	  </div>
-	  <p>There is a new video every day! Click the menu
+	  <p class="vid-howto">
+	    There is a new video every day! Click the menu
 	    <img src="/share/campaign/img/vidmenu.svg" style="height:
-	    1em; vertical-align: baseline;" aria-hidden="true"/>
-	    to select more videos.</p>
+	    1em; vertical-align: baseline;" aria-hidden="true"/> to
+	    select more videos.
+	  </p>
 	</div>
       </div>
     </div>
diff --git a/web/share/campaign/campaign.css b/web/share/campaign/campaign.css
index e8c1e49..bcad368 100644
--- a/web/share/campaign/campaign.css
+++ b/web/share/campaign/campaign.css
@@ -304,3 +304,7 @@ h4 small {
      margin-top: 0.5em;
   }
 }
+.vid-howto {
+    margin-top: 1em;
+    margin-bottom: 0px;
+}

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

Summary of changes:
 web/donate/index.de.org         | 6 ++++--
 web/donate/index.ja.org         | 8 +++++---
 web/donate/index.org            | 8 +++++---
 web/share/campaign/campaign.css | 4 ++++
 4 files changed, 18 insertions(+), 8 deletions(-)


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




More information about the Gnupg-commits mailing list