o start of a process to try and make the generated site easier to use

and make it easier to navigate. in addition to it not looking
  atrocious.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-12-10 00:21:33 +00:00
parent 406cf79837
commit 094039e3bc
4 changed files with 24 additions and 4 deletions

View File

@@ -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;
}
}

View File

@@ -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 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 133 B