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 21:43:33 UTC

svn commit: r1478162 - in /ant/site/ivyde/sources/style: style.css tree.css

Author: hibou
Date: Wed May  1 19:43:32 2013
New Revision: 1478162

URL: http://svn.apache.org/r1478162
Log:
Give some space to the left menu

Modified:
    ant/site/ivyde/sources/style/style.css
    ant/site/ivyde/sources/style/tree.css

Modified: ant/site/ivyde/sources/style/style.css
URL: http://svn.apache.org/viewvc/ant/site/ivyde/sources/style/style.css?rev=1478162&r1=1478161&r2=1478162&view=diff
==============================================================================
--- ant/site/ivyde/sources/style/style.css (original)
+++ ant/site/ivyde/sources/style/style.css Wed May  1 19:43:32 2013
@@ -153,7 +153,7 @@ pre {
 }
 
 #sidebar-left, #sidebar-right {
-  width: 200px;
+  width: 260px;
   /* padding in px not ex because IE messes up 100% width tables otherwise */
   padding: 15px 5px 75px 10px;
   vertical-align: top;
@@ -184,7 +184,7 @@ pre {
 }
 
 .content {
-  padding-top: 10px;
+  padding-top: 0px;
 }
 
 #forum {

Modified: ant/site/ivyde/sources/style/tree.css
URL: http://svn.apache.org/viewvc/ant/site/ivyde/sources/style/tree.css?rev=1478162&r1=1478161&r2=1478162&view=diff
==============================================================================
--- ant/site/ivyde/sources/style/tree.css (original)
+++ ant/site/ivyde/sources/style/tree.css Wed May  1 19:43:32 2013
@@ -18,7 +18,7 @@
 
 
 #treemenu { 
-padding-left: 5px; 
+padding-left: 10px; 
 }
 
 .treeview ul{