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:24:49 UTC

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

Author: olegk
Date: Wed Aug 28 09:24:48 2013
New Revision: 1518120

URL: http://svn.apache.org/r1518120
Log:
Added default style for TR tag

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=1518120&r1=1518119&r2=1518120&view=diff
==============================================================================
--- httpcomponents/site/css/hc-maven.css (original)
+++ httpcomponents/site/css/hc-maven.css Wed Aug 28 09:24:48 2013
@@ -89,6 +89,12 @@ h4 {
  font-size: 13px;
 }
 
+tr {
+ margin-left: 4px;
+ margin-top: 8px;
+ margin-bottom: 4px;
+}
+
 div#bodyColumn {
  margin-top: 0px;
  margin-left: 158px;