added community find page and some necessary patches to the framework, fixed

bugs
This commit is contained in:
Eric J. Bowersox
2003-05-31 04:35:38 +00:00
parent 3fa600206e
commit b1d1f8e381
17 changed files with 430 additions and 17 deletions

View File

@@ -38,6 +38,13 @@ body td.smcontent, body div.smcontent, body p.smcontent {
font-size: x-small;
}
body td.subhead, body div.subhead, body p.subhead {
font-size: small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: medium;
}
body td.framefooter, body div.framefooter, body p.framefooter {
font-size: xx-small;
voice-family: "\"}\"";
@@ -85,6 +92,10 @@ html>body td.smcontent, html>body div.smcontent, html>body p.smcontent {
font-size: x-small;
}
html>body td.subhead, html>body div.subhead, html>body p.subhead {
font-size: medium;
}
html>body td.framefooter, html>body div.framefooter, html>body p.framefooter {
font-size: x-small;
}

View File

@@ -68,6 +68,12 @@ div.frametopright {
font-size: 9px;
}
.subhead {
color: #000000;
background-color: #ffffff;
font-size: 15px;
}
.framefooter {
color: #000000;
background-color: #ffffff;