PR: MPXDOC-199

Improve stylus.css: adjust paragraphs inside tables.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@472059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-11-07 10:53:27 +00:00
parent c6c8220647
commit 5f5f08d50e
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ body {
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 @@ table.bodyTable th {
font-weight: bold;
}
table.bodyTable th, table.bodyTable td {
table.bodyTable th, table.bodyTable td, table.bodyTable td p {
font-size: 11px;
}

View File

@ -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>