You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/08/28 11:50:15 UTC

svn commit: r1518126 - /httpcomponents/site/css/hc-maven.css

Author: olegk
Date: Wed Aug 28 09:50:15 2013
New Revision: 1518126

URL: http://svn.apache.org/r1518126
Log:
Added default style for TR tag (corrected)

Modified:
    httpcomponents/site/css/hc-maven.css

Modified: httpcomponents/site/css/hc-maven.css
URL: http://svn.apache.org/viewvc/httpcomponents/site/css/hc-maven.css?rev=1518126&r1=1518125&r2=1518126&view=diff
==============================================================================
--- httpcomponents/site/css/hc-maven.css (original)
+++ httpcomponents/site/css/hc-maven.css Wed Aug 28 09:50:15 2013
@@ -90,9 +90,9 @@ h4 {
 }
 
 tr {
- margin-left: 4px;
- margin-top: 8px;
- margin-bottom: 4px;
+ color: #000;
+ background-color: #fff;
+ font-size: 13px;
 }
 
 div#bodyColumn {