You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/07/27 19:26:20 UTC

svn commit: r1803229 - /httpd/site/trunk/content/css/apsite.css

Author: jchampion
Date: Thu Jul 27 19:26:20 2017
New Revision: 1803229

URL: http://svn.apache.org/viewvc?rev=1803229&view=rev
Log:
CSS: apply dd paragraph margins to dd tables

This indents the vulnerability page tables appropriately.

Modified:
    httpd/site/trunk/content/css/apsite.css

Modified: httpd/site/trunk/content/css/apsite.css
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/css/apsite.css?rev=1803229&r1=1803228&r2=1803229&view=diff
==============================================================================
--- httpd/site/trunk/content/css/apsite.css (original)
+++ httpd/site/trunk/content/css/apsite.css Thu Jul 27 19:26:20 2017
@@ -611,6 +611,11 @@ dd p {
    margin-left: 15px;
 }
 
+dd table {
+   width: 75%;
+   margin-left: 15px;
+}
+
 ol li {
     margin-top: 0.5em;
 }