[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Thu Aug 24 01:47:04 UTC 2017
The branch master has been updated
via cf3df8062fcb981f62d61556a6862a152e75c87f (commit)
via 1111ef6852fd437ef9f9e7bd228ca8999204ab98 (commit)
from fbfee33e08745d87a010d373546b9abed2418826 (commit)
- Log -----------------------------------------------------------------
commit cf3df8062fcb981f62d61556a6862a152e75c87f
Author: wetinee <wetinee0908 at gmail.com>
Date: Wed Aug 23 14:57:31 2017 +0800
fix subhead overflow
Reviewed-by: Rich Salz <rsalz at openssl.org>
commit 1111ef6852fd437ef9f9e7bd228ca8999204ab98
Author: Rich Salz <rsalz at akamai.com>
Date: Wed Aug 23 21:45:14 2017 -0400
Revert "Avoid left (bad style these days)"
This reverts commit 25dd44c45ba7101bd98e8c48c1ef3f73d2414ca8.
-----------------------------------------------------------------------
Summary of changes:
inc/screen.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/inc/screen.css b/inc/screen.css
index 1bf9da5..3870ba6 100644
--- a/inc/screen.css
+++ b/inc/screen.css
@@ -141,7 +141,6 @@ body > header h2 {
color: black;
position: relative;
top: -0.8em;
- left: 5em;
}
#header-open-text {
@@ -655,7 +654,7 @@ 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 5em;
font-weight: 300;
font-size: 0.8em;
color: black;
More information about the openssl-commits
mailing list