Skip to content

Commit cb51fe9

Browse files
author
John Keyes
committed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@267506 13f79535-47bb-0310-9956-ffa450edef68
1 parent 42b00e9 commit cb51fe9

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
2323
maven.xdoc.poweredby.image=maven-feather.png
2424

2525
maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
26-
26+
maven.javadoc.stylesheet=${basedir}/style.css
2727

2828
maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF
2929

style.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
body {
2+
font-family: "Verdana", "Arial", sans-serif;
3+
font-size: 10pt;
4+
}
5+
6+
h1 {
7+
font-size: 12pt;
8+
}
9+
10+
h2, .TableHeadingColor b, .FrameTitleFont, .FrameHeadingFont {
11+
font-size: 10pt;
12+
font-weight: bold;
13+
}
14+
15+
a b, .TableRowColor b, .NavBarCell1 b, .NavBarCell2 b {
16+
font-weight: normal;
17+
}
18+
19+
tr, td {
20+
border: none;
21+
}
22+
23+
.TableHeadingColor td {
24+
border-bottom: 1px solid #666;
25+
}
26+
27+
.TableRowColor td {
28+
padding-bottom: 5px;
29+
border-bottom: 1px solid #CCC;
30+
}
31+
32+
a:link, a:visited, a:active {
33+
text-decoration:none;
34+
color: blue;
35+
}
36+
37+
a:hover {
38+
text-decoration: underline;
39+
}

0 commit comments

Comments
 (0)