Author: hibou
Date: Wed May 1 19:51:28 2013
New Revision: 1478168
URL: http://svn.apache.org/r1478168
Log:
Optimize the space used by the menu
Modified:
ant/site/ivy/sources/style/style.css
ant/site/ivy/sources/style/tree.css
Modified: ant/site/ivy/sources/style/style.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/sources/style/style.css?rev=1478168&r1=1478167&r2=1478168&view=diff
==============================================================================
--- ant/site/ivy/sources/style/style.css (original)
+++ ant/site/ivy/sources/style/style.css Wed May 1 19:51:28 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/sources/style/tree.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/sources/style/tree.css?rev=1478168&r1=1478167&r2=1478168&view=diff
==============================================================================
--- ant/site/ivy/sources/style/tree.css (original)
+++ ant/site/ivy/sources/style/tree.css Wed May 1 19:51:28 2013
@@ -16,6 +16,11 @@
*
*/
+
+#treemenu {
+padding-left: 10px;
+}
+
.treeview ul{
margin: 0;
padding: 0;