[git] gnupg-doc - branch, master, updated. e0feb17332088cd2ae85554ed7fb24fda2c14c29

by Werner Koch cvs at cvs.gnupg.org
Thu Oct 27 11:38:34 CEST 2016


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, master has been updated
       via  e0feb17332088cd2ae85554ed7fb24fda2c14c29 (commit)
       via  d6c737316888389beeb39c52b7aeadc7bf62c468 (commit)
      from  165f0ecebc8a68bff30d5255962a3b44d8113940 (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 e0feb17332088cd2ae85554ed7fb24fda2c14c29
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Oct 27 11:33:51 2016 +0200

    swdb: Do not copy FTP base macros to swdb.lst

diff --git a/web/Makefile b/web/Makefile
index 16a3099..17bf6e7 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -2,7 +2,11 @@
 all: swdb.lst.sig
 
 swdb.lst: swdb.mac
-	awk '/^#\+macro:/ {print $$2, $$3}' swdb.mac >swdb.lst
+	awk '                                \
+	     ! /^#\+macro:/ {next}           \
+	     $$2 ~ /ftp_.*/ {next}           \
+	                    {print $$2, $$3} \
+	    ' swdb.mac >swdb.lst
 
 swdb.lst.sig: swdb.lst
 	gpg -sbu 0x249B39D24F25E3B6 swdb.lst

commit d6c737316888389beeb39c52b7aeadc7bf62c468
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Oct 27 11:32:01 2016 +0200

    css: Do not indent h3 parts, resize buttons.

diff --git a/web/share/site.css b/web/share/site.css
index 26aea64..46a6350 100644
--- a/web/share/site.css
+++ b/web/share/site.css
@@ -397,7 +397,7 @@ div.outline-text-3 {
 
 div.outline-text-3,
 div > h3 {
-  margin-left: 1em;
+  /*margin-left: 1em;*/
 }
 
 h2,
@@ -685,8 +685,9 @@ h2.footnotes {
     overflow: hidden;
     display: inline-block;
     background-image: linear-gradient(#28A0E5, #015E94);
-    border: 0px none;
-    padding: 1px;
+/*    border: 0px none; */
+    padding-left: 10px;
+    padding-right: 10px;
     text-decoration: none;
     border-radius: 5px;
     box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
@@ -704,7 +705,9 @@ h2.footnotes {
     overflow: hidden;
     display: inline-block;
     background-image: linear-gradient(#28A0E5, #015E94);
-    border: 0px none;
+/*    border: 0px none;*/
+    padding-left: 10px;
+    padding-right: 10px;
     text-decoration: none;
     border-radius: 4px;
     box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);

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

Summary of changes:
 web/Makefile       |  6 +++++-
 web/share/site.css | 11 +++++++----
 2 files changed, 12 insertions(+), 5 deletions(-)


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




More information about the Gnupg-commits mailing list