[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Aug 24 16:02:00 UTC 2017
The branch master has been updated
via c5539fee7af88f0d3bb58b9fd5c98de61f00abb8 (commit)
from 228c95cc3722a274e7d04e6ef6d877a83537e23b (commit)
- Log -----------------------------------------------------------------
commit c5539fee7af88f0d3bb58b9fd5c98de61f00abb8
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Aug 24 08:41:07 2017 +0200
Make the banner slightly smaller
Fixes #21
-----------------------------------------------------------------------
Summary of changes:
inc/screen.css | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/inc/screen.css b/inc/screen.css
index 3870ba6..c526275 100644
--- a/inc/screen.css
+++ b/inc/screen.css
@@ -137,21 +137,23 @@ body > header h1 {
}
body > header h2 {
+ margin-left: 4.7em;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
+ font-size: 1.5em;
color: black;
position: relative;
- top: -0.8em;
+ top: -1em;
}
#header-open-text {
font-weight: 400;
- font-size: 1.8em;
+ font-size: 1.7em;
color: #721412;
}
#header-ssl-text {
font-weight: bold;
- font-size: 1.8em;
+ font-size: 1.7em;
color: black;
}
@@ -654,12 +656,12 @@ body > header h1 a, body > header h1 a:visited, body > header h1 a:hover {
text-decoration: none;
}
body > header h2 {
- margin: .2em 0 0 5em;
+ margin: .2em 0 0 4.7em;
font-weight: 300;
font-size: 0.8em;
color: black;
position: relative;
- top: -0.8em;
+ top: -1em;
}
body > nav {
More information about the openssl-commits
mailing list