You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/10 06:47:28 UTC

svn commit: r312546 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/css/maven-classic.css src/plugin-resources/ui.properties xdocs/changes.xml

Author: ltheussl
Date: Sun Oct  9 21:47:22 2005
New Revision: 312546

URL: http://svn.apache.org/viewcvs?rev=312546&view=rev
Log:
MPXDOC-178: maven.ui.navcol.width has no effect

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-classic.css
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/ui.properties
    maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-classic.css
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-classic.css?rev=312546&r1=312545&r2=312546&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-classic.css (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-classic.css Sun Oct  9 21:47:22 2005
@@ -48,6 +48,11 @@
  border-right: 1px solid @UI_NAVCOL_BORDER_RIGHT@;
  border-bottom: 1px solid @UI_NAVCOL_BORDER_BOTTOM@;
  border-top: 1px solid @UI_NAVCOL_BORDER_TOP@;
+ width: @UI_NAVCOL_WIDTH@;
+}
+
+#bodyColumn {
+  margin-left: @UI_NAVCOL_WIDTH@;
 }
 
 #navcolumn {

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/ui.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/ui.properties?rev=312546&r1=312545&r2=312546&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/ui.properties (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/ui.properties Sun Oct  9 21:47:22 2005
@@ -30,6 +30,7 @@
 maven.ui.navcol.border.top = #fff
 maven.ui.navcol.border.right = #aaa
 maven.ui.navcol.border.bottom = #aaa
+maven.ui.navcol.width=20%
 maven.ui.breadcrumbs.background = #ddd
 maven.ui.breadcrumbs.foreground = #000
 maven.ui.breadcrumbs.border.top = #fff

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=312546&r1=312545&r2=312546&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Sun Oct  9 21:47:22 2005
@@ -27,6 +27,7 @@
   </properties>
   <body>
     <release version="1.10" date="in SVN">
+      <action dev="ltheussl" type="fix" issue="MPXDOC-178" due-to="Phil Steitz"><code>maven.ui.navcol.width</code> has no effect.</action>
       <action dev="ltheussl" type="fix" issue="MPXDOC-176">When there's no user provided documentation, some generated docs don't get copied to site.</action>
       <action dev="ltheussl" type="fix" issue="MPXDOC-175" due-to="Phil Steitz">Menus with <code>type="header"</code> are not processed by <code>site.jsl</code>.</action>
       <action dev="ltheussl" type="fix" issue="MPXDOC-174">Unclear error message when <code>&lt;currentVersion/&gt;</code> in <code>project.xml</code> file not defined.</action>