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.