Author: aheritier
Date: Sat Nov 25 17:03:02 2006
New Revision: 479248
URL: http://svn.apache.org/viewvc?view=rev&rev=479248
Log:
Change margin between menu items in stylus.css.
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-stylus.css
maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-stylus.css
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-stylus.css?view=diff&rev=479248&r1=479247&r2=479248
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-stylus.css
(original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-stylus.css
Sat Nov 25 17:03:02 2006
@@ -159,6 +159,9 @@
#navcolumn ul {
margin: 5px 0 15px -0em;
}
+#navcolumn ul ul {
+ margin: 0px 0 0px -0em;
+}
#navcolumn ul a {
color: #333333;
}
Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?view=diff&rev=479248&r1=479247&r2=479248
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Sat Nov 25 17:03:02 2006
@@ -27,6 +27,7 @@
</properties>
<body>
<release version="1.10.1-SNAPSHOT" date="In SVN">
+ <action dev="aheritier" type="update">Change margin between menu items
in stylus.css.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-201">Plugin fails if
there is an index.xml in the filesystem root directory.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-199">Improve
stylus.css.</action>
<action dev="aheritier" type="update" issue="MAVEN-1769">Upgrade
maven-model to version 3.0.2</action>