You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2013/05/01 22:10:13 UTC

svn commit: r1478174 - in /ant/site/ivy/production/style: style.css tree.css

Author: hibou
Date: Wed May  1 20:10:13 2013
New Revision: 1478174

URL: http://svn.apache.org/r1478174
Log:
Update the style

Modified:
    ant/site/ivy/production/style/style.css
    ant/site/ivy/production/style/tree.css

Modified: ant/site/ivy/production/style/style.css
URL: http://svn.apache.org/viewvc/ant/site/ivy/production/style/style.css?rev=1478174&r1=1478173&r2=1478174&view=diff
==============================================================================
--- ant/site/ivy/production/style/style.css (original)
+++ ant/site/ivy/production/style/style.css Wed May  1 20:10:13 2013
@@ -152,7 +152,7 @@ pre {
 }
 
 #sidebar-left, #sidebar-right {
-  width: 300px;
+  width: 260px;
   /* padding in px not ex because IE messes up 100% width tables otherwise */
   padding: 15px 5px 75px 10px;
   vertical-align: top;
@@ -186,7 +186,7 @@ pre {
 }
 
 .content {
-  padding-top: 10px;
+  padding-top: 0px;
 }
 
 #forum {

Modified: ant/site/ivy/production/style/tree.css
URL: http://svn.apache.org/viewvc/ant/site/ivy/production/style/tree.css?rev=1478174&r1=1478173&r2=1478174&view=diff
==============================================================================
--- ant/site/ivy/production/style/tree.css (original)
+++ ant/site/ivy/production/style/tree.css Wed May  1 20:10:13 2013
@@ -16,6 +16,11 @@
  *
  */
 
+
+#treemenu { 
+padding-left: 10px; 
+}
+
 .treeview ul{ 
 margin: 0;
 padding: 0;