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

by Werner Koch cvs at cvs.gnupg.org
Wed May 17 18:33:18 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  ef1da9a8a82b6ce564af29bf9801149eca6faa10 (commit)
      from  dc15ebb69c0e7e0777b4cc4336d6758cffc9e676 (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 ef1da9a8a82b6ce564af29bf9801149eca6faa10
Author: Werner Koch <wk at gnupg.org>
Date:   Wed May 17 18:25:11 2017 +0200

    campaign: Shrink the font of the copyright text and the video-text.
    
    There is no need to prominently shows the legal info.  That would only
    distract from the donate button.  Should now be of about the same size
    as on the other gnupg.org pages - modulo the problems of fixes font
    sizes.

diff --git a/web/donate/index.org b/web/donate/index.org
index e6e9e22..07de2e2 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -62,7 +62,11 @@
 	  <div class="embed-responsive embed-responsive-16by9 camp-video" data-embed="yB3V1YP8cKw">
 	    <img src="http://i0.kym-cdn.com/photos/images/facebook/001/217/711/afd.jpg_large">
 	    <div class="play-button"></div>
-	    <div class="video-text">Click to start the video (requires JavaScript from YouTube).</div>
+	    <div class="video-text">Click to start the video<br />
+              <span style="font-size: 60%"
+                    >(requires JavaScript from YouTube.)
+              </span>
+            </div>
           </div>
 	</div>
 
@@ -168,7 +172,9 @@
 		<img src="/share/campaign/img/thumbs/6qQt5_kJGnY.jpg">
 		<div class="play-button"></div>
 		<div class="video-text">Click to start the video<br />
-                  <small>(requires JavaScript from YouTube.)</small>
+                  <span style="font-size: 60%"
+                        >(requires JavaScript from YouTube.)
+                  </span>
                 </div>
               </div>
 	    </div>
diff --git a/web/share/campaign/campaign.css b/web/share/campaign/campaign.css
index 1bbbbd6..6598bc0 100644
--- a/web/share/campaign/campaign.css
+++ b/web/share/campaign/campaign.css
@@ -260,7 +260,10 @@ h4 small {
   padding-right: 20px;
   font-size: 130%;
 }
+
 #camp-footer {
   width: 100%;
   background: #f8f8f8;
+  font-size: 0.8em;
+  padding-bottom: 0.5em;
 }

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

Summary of changes:
 web/donate/index.org            | 10 ++++++++--
 web/share/campaign/campaign.css |  3 +++
 2 files changed, 11 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list