Added dt css style. Fixes MPFAQ-11

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2004-08-16 13:44:31 +00:00
parent b820d5f625
commit 237623daa1
2 changed files with 9 additions and 0 deletions

View File

@@ -88,3 +88,11 @@ table.bodyTable tr.b {
.source {
border: 1px solid #999;
}
dt {
padding: 4px 4px 4px 6px;
border: 1px solid #aaa;
color: #900;
background-color: #eee;
font-weight: normal;
font-size: large;
}

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="in CVS">
<action dev="carlos" type="add" issue="MPFAQ-11">Added dt css style</action>
<action dev="brett" type="add">Add a legend for the symbols in the xdoc, disabled by setting <code>maven.xdoc.legend=false</code></action>
</release>
<release version="1.8" date="2004-07-10">