[openssl-commits] [web]  master update
    Rich Salz 
    rsalz at openssl.org
       
    Wed Aug 23 14:49:41 UTC 2017
    
    
  
The branch master has been updated
       via  25dd44c45ba7101bd98e8c48c1ef3f73d2414ca8 (commit)
      from  eec5cb82df9dbe5dea8ebf7c32e8ee93d35f5c82 (commit)
- Log -----------------------------------------------------------------
commit 25dd44c45ba7101bd98e8c48c1ef3f73d2414ca8
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed Aug 23 10:49:16 2017 -0400
    Avoid left (bad style these days)
-----------------------------------------------------------------------
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 4af1a4a..1bf9da5 100644
--- a/inc/screen.css
+++ b/inc/screen.css
@@ -655,13 +655,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;
+  margin: .2em 0 0 .5em;
   font-weight: 300;
   font-size: 0.8em;
   color: black;
   position: relative;
   top: -0.8em;
-  left: 5em;
 }
 
 body > nav {
    
    
More information about the openssl-commits
mailing list