[openssl-commits] [web] master update

Mark J. Cox mark at openssl.org
Fri Jan 29 21:05:10 UTC 2016


The branch master has been updated
       via  dbce0aa65223ce9ceb7fd297a8c7ae871611527f (commit)
      from  2699cd060272b2bb7735f497d986a6179531b6d2 (commit)


- Log -----------------------------------------------------------------
commit dbce0aa65223ce9ceb7fd297a8c7ae871611527f
Author: Mark J. Cox <mark at awe.com>
Date:   Fri Jan 29 21:04:12 2016 +0000

    The vulnerabilities page looks messy since the ul inside the dd get indented
    wrongly.  This shouldn't have a side effect anywhere else on the site as
    dd isn't in use.

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

Summary of changes:
 inc/screen.css | 4 ++++
 1 file changed, 4 insertions(+)

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


More information about the openssl-commits mailing list