Author: aheritier
Date: Sat Sep 3 14:22:54 2005
New Revision: 267497
URL: http://svn.apache.org/viewcvs?rev=267497&view=rev
Log:
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
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css?rev=267497&r1=267496&r2=267497&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
(original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
Sat Sep 3 14:22:54 2005
@@ -91,11 +91,8 @@
.source {
border: 1px solid #999;
}
-dt {
- padding: 4px 4px 4px 6px;
- border: 1px solid #aaa;
+
+dt.question {
color: #900;
background-color: #eee;
- font-weight: normal;
- font-size: large;
}
Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=267497&r1=267496&r2=267497&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Sat Sep 3 14:22:54 2005
@@ -31,8 +31,9 @@
<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" 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"><DT> 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="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>
</release>
<release version="1.9.1" date="2005-06-16">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]