[openssl-commits] [web] master update

Mark J. Cox mark at openssl.org
Wed Feb 17 12:54:28 UTC 2016


The branch master has been updated
       via  d8ecdd9c2a6f9718d814483dd14bc845d61ad09c (commit)
      from  e7a74ca231c007938bdd7660bd8f614e70e0179f (commit)


- Log -----------------------------------------------------------------
commit d8ecdd9c2a6f9718d814483dd14bc845d61ad09c
Author: Mark J. Cox <mark at awe.com>
Date:   Wed Feb 17 12:53:43 2016 +0000

    The vulnerabilities page still looked quite compressed and poorly-aligned,
    so tweak the padding on the dd and dd/ul elements to make it look a little nicer

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

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

diff --git a/inc/screen.css b/inc/screen.css
index ec7688c..6f0def4 100644
--- a/inc/screen.css
+++ b/inc/screen.css
@@ -27,10 +27,14 @@ ol, ul {
   list-style: none;
 }
 
-dd ul {
+dd {
     padding: 0.5em;
 }
 
+dd ul {
+    padding: 1.0em;
+}
+
 table {
   border-collapse: collapse;
   border-spacing: 0;


More information about the openssl-commits mailing list