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

by Marcus Brinkmann cvs at cvs.gnupg.org
Thu May 18 17:00:50 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  adee3ed9de5dcbfbed3999b56a6f3a79b29368cc (commit)
      from  2eb366c730c45ae507792d448f34ccc684d678d6 (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 adee3ed9de5dcbfbed3999b56a6f3a79b29368cc
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Thu May 18 17:00:43 2017 +0200

    web: Make team image full-width on xs.

diff --git a/web/donate/index.de.org b/web/donate/index.de.org
index fe81a76..ed1b55a 100644
--- a/web/donate/index.de.org
+++ b/web/donate/index.de.org
@@ -299,8 +299,7 @@ href="https://lists.gnupg.org/pipermail/gnupg-devel/1997-December/014131.html"
             zugesagt, je ungefähr 50&#x202f;000 Euro pro Jahr zu
             spenden.
 	  </p>
-          <div class="pull-right text-center"
-               style="width: 50%; margin-left: 1em; margin-top: 0.5em;">
+          <div class="pull-right text-center team-img">
             <a
 href="https://www.gnupg.org/ftp/media/openpgp.conf/2016/gnupg-team-small.jpg"
 	    ><img id="camp-openpgp-conf"
diff --git a/web/donate/index.ja.org b/web/donate/index.ja.org
index a0ac459..d8750bd 100644
--- a/web/donate/index.ja.org
+++ b/web/donate/index.ja.org
@@ -256,8 +256,7 @@ href="https://lists.gnupg.org/pipermail/gnupg-devel/1997-December/014131.html"
             Stripe, Facebook and the Linux Foundatation each committed
             to donating about 50&#x202f;000 euros per year.
 	  </p>
-          <div class="pull-right text-center"
-               style="width: 50%; margin-left: 1em; margin-top: 0.5em;">
+          <div class="pull-right text-center team-img">
             <a
 href="https://www.gnupg.org/ftp/media/openpgp.conf/2016/gnupg-team-small.jpg"
 	    ><img id="camp-openpgp-conf"
diff --git a/web/donate/index.org b/web/donate/index.org
index 667f205..4579f9a 100644
--- a/web/donate/index.org
+++ b/web/donate/index.org
@@ -285,8 +285,7 @@ href="https://lists.gnupg.org/pipermail/gnupg-devel/1997-December/014131.html"
             Stripe, Facebook and the Linux Foundatation each committed
             to donating about 50&#x202f;000 euros per year.
 	  </p>
-          <div class="pull-right text-center"
-               style="width: 50%; margin-left: 1em; margin-top: 0.5em;">
+          <div class="pull-right text-center team-img">
             <a
 href="https://www.gnupg.org/ftp/media/openpgp.conf/2016/gnupg-team-small.jpg"
 	    ><img id="camp-openpgp-conf"
diff --git a/web/share/campaign/campaign.css b/web/share/campaign/campaign.css
index d748bcc..fa80c35 100644
--- a/web/share/campaign/campaign.css
+++ b/web/share/campaign/campaign.css
@@ -291,3 +291,16 @@ h4 small {
 .lang-chooser-xs { margin-top: 12px; }
 .lang-chooser-xs .dropdown-menu { left: -2em; }
 .lang-chooser-xs li, .lang-chooser-xs > li > a { display: inline; }
+
+.team-img {
+    width: 50%;
+    margin-left: 1em;
+    margin-top: 0.5em;
+}
+ at media (max-width: 768px) {
+  .team-img {
+     width: 100%;
+     margin-left: 0em;
+     margin-top: 0.5em;
+  }
+}

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

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


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




More information about the Gnupg-commits mailing list