diff --git a/xdoc/src/plugin-resources/css/maven.css b/xdoc/src/plugin-resources/css/maven.css index 199e5f2b..c993c7ee 100644 --- a/xdoc/src/plugin-resources/css/maven.css +++ b/xdoc/src/plugin-resources/css/maven.css @@ -3,10 +3,30 @@ body { color: @UI_BODY_FOREGROUND@; } +/* .app h3 { color: @UI_SECTION_FOREGROUND@; background-color: @UI_SECTION_BACKGROUND@; } + */ + +.app h3 +{ + font-family: sans-serif; + border: solid 1px #999999; + padding:6px; + background-color:#dddddd; + color:#990000; + font-size:12pt; + margin: 1pt; + margin-top: 6pt; + /* margin-left: -10px; */ +} + +.app h3 a +{ + font-weight: normal; +} .app h4 { color: @UI_SUBSECTION_FOREGROUND@; @@ -111,4 +131,4 @@ img.handle { #navcolumn div div { padding-left: 10px; -} \ No newline at end of file +} diff --git a/xdoc/src/plugin-resources/css/tigris.css b/xdoc/src/plugin-resources/css/tigris.css index 034fc2b1..9f88dded 100644 --- a/xdoc/src/plugin-resources/css/tigris.css +++ b/xdoc/src/plugin-resources/css/tigris.css @@ -1,4 +1,4 @@ -/* $Id: tigris.css,v 1.3 2003/08/19 04:45:08 dion Exp $ +/* $Id: tigris.css,v 1.4 2003/12/10 00:21:33 jvanzyl Exp $ This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */ @@ -9,7 +9,7 @@ body { } .app h3, .app h4, .tabs td, .tabs th, .functnbar { - background-image: url(../images/nw_maj_rond.gif); + /* background-image: url(../images/nw_maj_rond.gif); */ background-repeat: no-repeat; } @@ -482,7 +482,7 @@ html>body #bodycol { } .docs { - line-height: 1.4; + line-height: 1.8; } ol ol { diff --git a/xdoc/src/plugin-resources/images/collapsed.png b/xdoc/src/plugin-resources/images/collapsed.png index 96be0fa5..f2e32776 100644 Binary files a/xdoc/src/plugin-resources/images/collapsed.png and b/xdoc/src/plugin-resources/images/collapsed.png differ diff --git a/xdoc/src/plugin-resources/images/expanded.png b/xdoc/src/plugin-resources/images/expanded.png index 1dedf8a8..62fb9e4e 100644 Binary files a/xdoc/src/plugin-resources/images/expanded.png and b/xdoc/src/plugin-resources/images/expanded.png differ