added community find page and some necessary patches to the framework, fixed
bugs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -68,6 +68,12 @@ div.frametopright {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.subhead {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.framefooter {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user