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/08 16:39:32 UTC

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

Author: humbedooh
Date: Tue May  8 14:39:32 2012
New Revision: 1335551

URL: http://svn.apache.org/viewvc?rev=1335551&view=rev
Log:
Add a thin line between contributors info on the contrib page.

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=1335551&r1=1335550&r2=1335551&view=diff
==============================================================================
--- httpd/site/trunk/content/css/apsite.css (original)
+++ httpd/site/trunk/content/css/apsite.css Tue May  8 14:39:32 2012
@@ -88,8 +88,10 @@ div#apcontents {
 
 /* Contributors page css hack */
 #contributors p {
-    padding-bottom: 40px;
+    padding-bottom: 20px;
+    padding-top: 20px;
     line-height: 14px;
+    border-bottom: 1px solid #666;
 }
 #contributors img {
     float: right;