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:
parent
c6c8220647
commit
5f5f08d50e
@ -7,7 +7,7 @@ body {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
td, select, input, li{
|
td, td p, select, input, li{
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
@ -110,7 +110,7 @@ table.bodyTable th {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.bodyTable th, table.bodyTable td {
|
table.bodyTable th, table.bodyTable td, table.bodyTable td p {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.10.1-SNAPSHOT" date="In SVN">
|
<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="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="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>
|
<action dev="ltheussl" type="fix" issue="MPXDOC-197">Report fails if there is no connection element in repository.</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user