[openssl-commits] [web] master update

Mark J. Cox mark at openssl.org
Tue Mar 28 07:18:20 UTC 2017


The branch master has been updated
       via  e5f2c86257184fc2a9331d5ea53fd9f790e7181b (commit)
      from  f5b1e33b845050d23aed66d926f850a3accc66d3 (commit)


- Log -----------------------------------------------------------------
commit e5f2c86257184fc2a9331d5ea53fd9f790e7181b
Author: Mark J. Cox <mark at awe.com>
Date:   Tue Mar 28 08:17:54 2017 +0100

    Vuln page and other pages looked bad due to bad li indent, quick
    fix

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

Summary of changes:
 inc/screen.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inc/screen.css b/inc/screen.css
index 6f0def4..4af1a4a 100644
--- a/inc/screen.css
+++ b/inc/screen.css
@@ -24,7 +24,8 @@ html {
 }
 
 ol, ul {
-  list-style: none;
+    list-style: none;
+    padding-left: 2em;
 }
 
 dd {


More information about the openssl-commits mailing list