1
0
mirror of synced 2026-08-07 10:47:49 +00:00

Updated to reflect new Spring Framework 1.0 styles.

This commit is contained in:
Ben Alex
2004-04-18 23:49:12 +00:00
parent b3f9f6f4e9
commit 782bfe5a74
2 changed files with 75 additions and 10 deletions
+45 -9
View File
@@ -24,11 +24,23 @@ OL, UL, P {
}
P, BLOCKQUOTE {
font-size: 80%;
font-size: 90%;
}
P.releaseinfo {
font-size: 120%; font-weight: bold;
font-family: Arial, helvetica, sans-serif;
padding-top: 10px;
}
P.pubdate {
font-size: 120%; font-weight: bold;
font-family: Arial, helvetica, sans-serif;
}
td {
font-size: 80%;
font-size: 80%;
}
TD, TH, SPAN {
@@ -39,7 +51,6 @@ BLOCKQUOTE {
margin-right: 0px;
}
H1, H2, H3, H4, H5, H6 {
color: #000000;
font-weight:500;
@@ -49,6 +60,25 @@ H1, H2, H3, H4, H5, H6 {
margin-bottom: 0px;
}
H2.title {
font-weight:800;
margin-bottom: 8px;
}
H2.subtitle {
font-weight:800;
margin-bottom: 20px;
}
H3.author {
color: #000000;
font-weight:500;
margin-top:0px;
padding-top:0px;
font-family: Arial, helvetica, sans-serif;
margin-bottom: 0px;
}
TABLE {
border-collapse: collapse;
border-spacing:0;
@@ -61,7 +91,7 @@ TD {
}
H1 {
font-size: 130%;
font-size: 150%;
}
H2 {
font-size: 110%;
@@ -80,7 +110,7 @@ H6 {
}
TT {
font-size: 90%;
font-size: 90%;
font-family: "Courier New", Courier, monospace;
color: #000000;
}
@@ -90,7 +120,7 @@ font-size: 90%;
}
PRE {
font-size: 70%;
font-size: 90%;
padding: 5px;
border-style: solid;
border-width: 1px;
@@ -116,7 +146,7 @@ HR {
padding-bottom:10;
margin:0;
}
/*(.itemizedlist, UL {
padding-top: 0;
padding-bottom:0;
@@ -126,7 +156,13 @@ HR {
.term {
font-weight:bold;
}
.mediaobject {
padding-top: 30px;
padding-bottom: 30px;
}
.legalnotice {
font-size: 70%;
}