From a5fcf88daabdaf35e8ac4d75157d2510012fbec7 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 3 Sep 2005 21:22:54 +0000 Subject: [PATCH] MPXDOC-149 :
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 --- xdoc/src/plugin-resources/css/maven-theme.css | 7 ++----- xdoc/xdocs/changes.xml | 3 ++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/xdoc/src/plugin-resources/css/maven-theme.css b/xdoc/src/plugin-resources/css/maven-theme.css index 9acb37e4..2811184f 100644 --- a/xdoc/src/plugin-resources/css/maven-theme.css +++ b/xdoc/src/plugin-resources/css/maven-theme.css @@ -91,11 +91,8 @@ table.bodyTable tr.b { .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; } diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 3cea8333..5a6cab26 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -31,8 +31,9 @@ i18n : html code removed from bundles. i18n : doc title wasn't printed in breadcrumbs. i18n : menu tag in xdoc does not work with "key" translated text id. - Missing "Project Reports" header in the generated menu. + <DT> is appearing same way as subsection. Fix layout for the FAQ plugin. Fixed bundles expression. + Missing "Project Reports" header in the generated menu. Allow i18n links.