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 2006/11/07 11:53:28 UTC

svn commit: r472059 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/css/maven-stylus.css xdocs/changes.xml

Author: ltheussl
Date: Tue Nov  7 02:53:27 2006
New Revision: 472059

URL: http://svn.apache.org/viewvc?view=rev&rev=472059
Log:
PR: MPXDOC-199
Improve stylus.css: adjust paragraphs inside tables.

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=472059&r1=472058&r2=472059
==============================================================================
--- 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 Tue Nov  7 02:53:27 2006
@@ -7,7 +7,7 @@
 	font-size: 13px;
 	padding: 0px;
 }
-td, select, input, li{
+td, td p, select, input, li{
 	font-family: Verdana, Helvetica, Arial, sans-serif;
 	font-size: 12px;
 	color:#333333;
@@ -110,7 +110,7 @@
   font-weight: bold;
 }
 
-table.bodyTable th, table.bodyTable td {
+table.bodyTable th, table.bodyTable td, table.bodyTable td p {
   font-size: 11px;
 }
 

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=472059&r1=472058&r2=472059
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Tue Nov  7 02:53:27 2006
@@ -27,6 +27,7 @@
   </properties>
   <body>
     <release version="1.10.1-SNAPSHOT" date="In SVN">
+      <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>
       <action dev="dennisl" type="fix" issue="MPXDOC-198">Wrong margin around organization/name when no organization/logo is present.</action>
       <action dev="ltheussl" type="fix" issue="MPXDOC-197">Report fails if there is no connection element in repository.</action>