[git] gnupg-doc - branch, master, updated. 099e03a0bd0cdc7f69eb1f590565e5f35f99d313

by Werner Koch cvs at cvs.gnupg.org
Thu May 19 11:46:26 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  099e03a0bd0cdc7f69eb1f590565e5f35f99d313 (commit)
      from  16899f0f6433fdde3a70b8026f1ca91d53dc89c7 (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 099e03a0bd0cdc7f69eb1f590565e5f35f99d313
Author: Werner Koch <wk at gnupg.org>
Date:   Thu May 19 11:45:02 2016 +0200

    web: Added CSS rules for footnotes and fixed two errors.

diff --git a/web/share/site.css b/web/share/site.css
index 16989b9..26aea64 100644
--- a/web/share/site.css
+++ b/web/share/site.css
@@ -202,7 +202,6 @@ div.entry-qotd {
 #header a.logo:hover img {
     background: transparent;
     opacity: 0.4;
-    filter: alpha(opacity=40); /* For IE8 and earlier */
 }
 #header a,
 #header a:hover {
@@ -577,6 +576,21 @@ td.wideright  {
 }
 
 
+/* Footnotes for org-mode.  */
+
+h2.footnotes {
+    font-size: 100%;
+}
+
+#footnotes {
+    font-size: 75%;
+}
+
+.footnum {
+  font-size: 1em;
+  float: left;
+}
+
 /* Tag cloudlist.  */
 
 #tagcloudlist ul {
@@ -639,7 +653,7 @@ td.wideright  {
 
 .footerbox p {
     margin-top: 0px;
-    margin-bottom 0px;
+    margin-bottom: 0px;
     clear: both;
 }
 

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

Summary of changes:
 web/share/site.css | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list