[Gpg4win-commits] [git] Gpg4win - branch, website-3-dev, updated. gpg4win-2.1.0-291-g6324c82
by Bernhard Reiter
cvs at cvs.gnupg.org
Tue Sep 5 10:10:03 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 "GnuPG for Windows".
The branch, website-3-dev has been updated
via 6324c828ff9dc274123b63798204051f7668337d (commit)
from 2ac3772e2c570bfb7047a4582d47313b6d5ffd07 (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 6324c828ff9dc274123b63798204051f7668337d
Author: Bernhard Reiter <bernhard at intevation.de>
Date: Tue Sep 5 10:09:30 2017 +0200
menubar: improves whatsnew button.
* Adds <div> and style to whatsnew button for improved text styling.
diff --git a/web/gpg4win.css b/web/gpg4win.css
index d8b6a68..696f1c4 100644
--- a/web/gpg4win.css
+++ b/web/gpg4win.css
@@ -519,6 +519,12 @@ input[type='range']::-moz-range-thumb {
background-position: 0px -77px;
}
+#menu .mwhatsnew div {
+ font-size: 120%;
+ padding-top: 10px;
+ line-height: 24px;
+}
+
#menu .mbetween {
border:0px;
}
diff --git a/web/template_header.m4 b/web/template_header.m4
index 541ce2a..e4a3828 100644
--- a/web/template_header.m4
+++ b/web/template_header.m4
@@ -38,7 +38,7 @@ m4_define(`LINK',
m4_ifelse(LANG_DE, `1', `<a href="index-de.html" title="Startseite"></a>', `<a href="index.html" title="Home"></a>')
</li>
<li class="mwhatsnew">
- m4_ifelse(LANG_DE, `1', `<a href="version3-de.html" title="Was ist in Version 3 neu">Was ist neu in Version 3</a>', `<a href="version3.html" title="What is new in version 3">What is new Version 3</a>')
+ m4_ifelse(LANG_DE, `1', `<a href="version3-de.html" title="Was ist in Version 3 neu"><div>Was ist neu</br>Version 3</div></a>', `<a href="version3.html" title="<div>What is new in version 3"><div>What is new</br>Version 3</div></a>')
</li>
<li class="mbetween">
m4_ifelse(LANG_DE, `1', `<a href="index-de.html" title="Startseite"></a>', `<a href="index.html" title="Home"></a>')
-----------------------------------------------------------------------
Summary of changes:
web/gpg4win.css | 6 ++++++
web/template_header.m4 | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list