You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/06 19:24:12 UTC

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

Author: humbedooh
Date: Sun May  6 17:24:12 2012
New Revision: 1334704

URL: http://svn.apache.org/viewvc?rev=1334704&view=rev
Log:
Too narrow dl :(

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=1334704&r1=1334703&r2=1334704&view=diff
==============================================================================
--- httpd/site/trunk/content/css/apsite.css (original)
+++ httpd/site/trunk/content/css/apsite.css Sun May  6 17:24:12 2012
@@ -587,7 +587,7 @@ dt {
 }
 
 dl {
-    width: 400px; 
+    width: 720px; 
     border-top: 1px solid #000;
 }