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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user