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:25:29 UTC

svn commit: r1518121 - /httpcomponents/project-website/trunk/src/site/resources/css/hc-maven.css

Author: olegk
Date: Wed Aug 28 09:25:29 2013
New Revision: 1518121

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

Modified:
    httpcomponents/project-website/trunk/src/site/resources/css/hc-maven.css

Modified: httpcomponents/project-website/trunk/src/site/resources/css/hc-maven.css
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/resources/css/hc-maven.css?rev=1518121&r1=1518120&r2=1518121&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/resources/css/hc-maven.css (original)
+++ httpcomponents/project-website/trunk/src/site/resources/css/hc-maven.css Wed Aug 28 09:25:29 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;