MPXDOC-149 : <DT> is appearing same way as subsection. Fix layout for the FAQ plugin.

Patch submitted by : Lukas Theussl
Patch reviewed by : Arnaud Heritier

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-03 21:22:54 +00:00
parent ca40a0f24a
commit a5fcf88daa
2 changed files with 4 additions and 6 deletions

View File

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

View File

@ -31,8 +31,9 @@
<action dev="aheritier" type="fix">i18n : html code removed from bundles.</action> <action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>
<action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action> <action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>
<action dev="aheritier" type="fix" issue="MPXDOC-151">i18n : menu tag in xdoc does not work with "key" translated text id.</action> <action dev="aheritier" type="fix" issue="MPXDOC-151">i18n : menu tag in xdoc does not work with "key" translated text id.</action>
<action dev="aheritier" type="fix" issue="MPXDOC-147">Missing "Project Reports" header in the generated menu.</action> <action dev="aheritier" type="fix" issue="MPXDOC-149" due-to="Lukas Theussl">&lt;DT&gt; is appearing same way as subsection. Fix layout for the FAQ plugin.</action>
<action dev="vsiveton" type="fix" issue="MPXDOC-148" due-to="Incze Lajos">Fixed bundles expression.</action> <action dev="vsiveton" type="fix" issue="MPXDOC-148" due-to="Incze Lajos">Fixed bundles expression.</action>
<action dev="aheritier" type="fix" issue="MPXDOC-147">Missing "Project Reports" header in the generated menu.</action>
<action dev="aheritier" type="add" issue="MPXDOC-131" due-to="Ignacio G. Mac Dowell">Allow i18n links.</action> <action dev="aheritier" type="add" issue="MPXDOC-131" due-to="Ignacio G. Mac Dowell">Allow i18n links.</action>
</release> </release>
<release version="1.9.1" date="2005-06-16"> <release version="1.9.1" date="2005-06-16">