fixed tons of missing <style> wrappers.

This commit is contained in:
Matthew Wilson 2006-04-16 01:14:59 +00:00
parent 7fcfb11f20
commit 43ec03c6c0
33 changed files with 101 additions and 23 deletions

View file

@ -69,6 +69,7 @@
~~~ ~~~
<style type="text/css">
.productOptions { .productOptions {
font-family: arial; font-family: arial;
font-size: 11px; font-size: 11px;
@ -100,4 +101,5 @@ h2 {
.benefitsShowcase .content { .benefitsShowcase .content {
font-size:9pt; font-size:9pt;
width:66%; width:66%;
} }
</style>

View file

@ -76,6 +76,7 @@
~~~ ~~~
<style type="text/css">
.pagination .pagination
{ {
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
@ -137,4 +138,5 @@ h2
.calendarBig td .calendarBig td
{ {
border:solid silver 1px; border:solid silver 1px;
} }
</style>

View file

@ -74,6 +74,7 @@
~~~ ~~~
<style type="text/css">
.pagination .pagination
{ {
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
@ -138,3 +139,5 @@ h2
{ {
border:solid silver 1px; border:solid silver 1px;
} }
</style>

View file

@ -22,6 +22,7 @@
~~~ ~~~
<style type="text/css">
.acknowledgement .acknowledgement
{ {
margin-top:5px; margin-top:5px;
@ -36,3 +37,5 @@ a.blackLabel
{ {
color:#29587E; color:#29587E;
} }
</style>

View file

@ -70,6 +70,7 @@
~~~ ~~~
<style type="text/css">
h2{ h2{
font-family:arial; font-family:arial;
margin-top:3px; margin-top:3px;
@ -98,4 +99,5 @@ h2{
.dataControls a .dataControls a
{ {
color:white; color:white;
} }
</style>

View file

@ -39,6 +39,7 @@
~~~ ~~~
<style type="text/css">
.fontSettings { .fontSettings {
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
@ -58,3 +59,5 @@ h2 {
.tableMenu a { .tableMenu a {
color:#29587E; color:#29587E;
} }
</style>

View file

@ -37,6 +37,7 @@
~~~ ~~~
<style type="text/css">
h2{ h2{
font-family:arial; font-family:arial;
} }
@ -74,3 +75,5 @@ h2{
{ {
color:white; color:white;
} }
</style>

View file

@ -70,6 +70,7 @@
~~~ ~~~
<style type="text/css">
.defaultMessageBoard { .defaultMessageBoard {
} }
@ -94,4 +95,5 @@ h2 {
font-family:arial; font-family:arial;
margin-top:3px; margin-top:3px;
margin-bottom:3px; margin-bottom:3px;
} }
</style>

View file

@ -42,6 +42,7 @@
~~~ ~~~
<style type="text/css">
.fontSettings { .fontSettings {
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
@ -59,4 +60,5 @@ h2 {
} }
.pollColor { .pollColor {
background-color:gray; background-color:gray;
} }
</style>

View file

@ -73,6 +73,7 @@
~~~ ~~~
<style type="text/css">
table.defaultPostForm td table.defaultPostForm td
{ {
font-family:arial; font-family:arial;
@ -81,4 +82,5 @@ table.defaultPostForm td
h2 h2
{ {
font-family:arial; font-family:arial;
} }
</style>

View file

@ -79,6 +79,7 @@
~~~ ~~~
<style type="text/css">
.productFeatureHeader { .productFeatureHeader {
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
@ -169,4 +170,5 @@ h2 {
} }
.defaultProduct a { .defaultProduct a {
color:#29587E; color:#29587E;
} }
</style>

View file

@ -261,6 +261,7 @@
~~~ ~~~
<style type="text/css">
.defaultSubmissionDetails .defaultSubmissionDetails
{ {
float: right; float: right;
@ -353,3 +354,5 @@
height:auto; height:auto;
min-height:100px; min-height:100px;
} }
</style>

View file

@ -93,17 +93,20 @@
~~~ ~~~
table.defaultSubmissionForm td <style type="text/css">
{ table.defaultSubmissionForm td
font-family:arial; {
font-size:9pt; font-family:arial;
font-size:9pt;
} }
.defaultSubmissionFormContent .defaultSubmissionFormContent
{ {
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
}
h2
{
font-family:arial;
} }
h2
{
font-family:arial;
}
</style>

View file

@ -60,7 +60,6 @@
</div> </div>
</tmpl_if> </tmpl_if>
~~~ ~~~
<style type="text/css"> <style type="text/css">
.forumHead { .forumHead {

View file

@ -56,6 +56,7 @@
~~~ ~~~
<style type="text/css">
.pagination { .pagination {
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
background:#C0C0C0; background:#C0C0C0;
@ -91,3 +92,5 @@ h2 {
display:block; display:block;
} }
</style>

View file

@ -77,6 +77,7 @@
~~~ ~~~
<style type="text/css">
table.faqSubmissionForm td table.faqSubmissionForm td
{ {
font-family:arial; font-family:arial;
@ -91,3 +92,5 @@ h2
{ {
font-family:arial; font-family:arial;
} }
</style>

View file

@ -31,6 +31,7 @@
~~~ ~~~
<style type="text/css">
.fontSettings { .fontSettings {
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
@ -63,4 +64,5 @@ h2 {
} }
.pagination a { .pagination a {
color:white; color:white;
} }
</style>

View file

@ -48,6 +48,7 @@
~~~ ~~~
<style type="text/css">
.fontSettings { .fontSettings {
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
@ -87,3 +88,5 @@ h2 {
.pagination a { .pagination a {
color:white; color:white;
} }
</style>

View file

@ -248,6 +248,7 @@
~~~ ~~~
<style type="text/css">
.postBorder { .postBorder {
border: 1px solid #cccccc; border: 1px solid #cccccc;
margin-bottom: 10px; margin-bottom: 10px;
@ -321,3 +322,5 @@
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
} }
</style>

View file

@ -59,7 +59,6 @@
</div> </div>
</tmpl_if> </tmpl_if>
~~~ ~~~
<style type="text/css"> <style type="text/css">
.forumHead { .forumHead {

View file

@ -110,6 +110,7 @@
~~~ ~~~
<style type="text/css">
table.jobSubmissionForm td table.jobSubmissionForm td
{ {
font-family:arial; font-family:arial;
@ -124,3 +125,5 @@ h2
{ {
font-family:arial; font-family:arial;
} }
</style>

View file

@ -71,6 +71,7 @@
~~~ ~~~
<style type="text/css">
.productCollateral { .productCollateral {
border:solid gray 1px; border:solid gray 1px;
} }
@ -95,4 +96,5 @@ h2 {
} }
.noBorder { .noBorder {
border:none; border:none;
} }
</style>

View file

@ -227,6 +227,7 @@
~~~ ~~~
<style type="text/css">
.postBorder { .postBorder {
border: 1px solid #cccccc; border: 1px solid #cccccc;
margin-bottom: 10px; margin-bottom: 10px;
@ -308,3 +309,5 @@ h2
font-family:arial; font-family:arial;
} }
</style>

View file

@ -89,6 +89,7 @@
~~~ ~~~
<style type="text/css">
table.linkSubmissionForm td table.linkSubmissionForm td
{ {
font-family:arial; font-family:arial;
@ -103,3 +104,5 @@ h2
{ {
font-family:arial; font-family:arial;
} }
</style>

View file

@ -61,6 +61,7 @@
~~~ ~~~
<style type="text/css">
h2{ h2{
font-family:arial; font-family:arial;
margin-top:3px; margin-top:3px;
@ -90,3 +91,5 @@ h2{
{ {
color:white; color:white;
} }
</style>

View file

@ -64,6 +64,7 @@
~~~ ~~~
<style type="text/css">
.postControls .postControls
{ {
background:#C0C0C0; background:#C0C0C0;
@ -96,3 +97,5 @@
padding:3px; padding:3px;
margin-bottom:3px; margin-bottom:3px;
} }
</style>

View file

@ -93,6 +93,7 @@
~~~ ~~~
<style type="text/css">
h2{ h2{
font-family:arial; font-family:arial;
margin-top:3px; margin-top:3px;
@ -121,4 +122,5 @@ h2{
.dataControls a .dataControls a
{ {
color:white; color:white;
} }
</style>

View file

@ -110,6 +110,7 @@
~~~ ~~~
<style type="text/css">
.productFeatureHeader { .productFeatureHeader {
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
@ -166,4 +167,5 @@ h2 {
.fontSettings { .fontSettings {
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
} }
</style>

View file

@ -41,6 +41,7 @@
</tmpl_loop> </tmpl_loop>
~~~ ~~~
<style type="text/css">
.linkTitle{ .linkTitle{
font-family:arial; font-family:arial;
font-size:9pt; font-size:9pt;
@ -62,3 +63,5 @@
font-size:9pt; font-size:9pt;
display:block; display:block;
} }
</style>

View file

@ -64,6 +64,7 @@
~~~ ~~~
<style type="text/css">
.postControls .postControls
{ {
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
@ -115,3 +116,5 @@
border:solid silver 1px; border:solid silver 1px;
padding:3px; padding:3px;
} }
</style>

View file

@ -71,6 +71,7 @@
~~~ ~~~
<style type="text/css">
.forumHead { .forumHead {
background-color: #DADADA; background-color: #DADADA;
border: 2px solid #cccccc; border: 2px solid #cccccc;
@ -130,4 +131,5 @@
h2 h2
{ {
font-family:arial; font-family:arial;
} }
</style>

View file

@ -67,6 +67,7 @@
~~~ ~~~
<style type="text/css">
.pagination .pagination
{ {
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
@ -94,3 +95,5 @@ h2
{ {
font-family:arial; font-family:arial;
} }
</style>

View file

@ -70,6 +70,7 @@
~~~ ~~~
<style type="text/css">
.pagination .pagination
{ {
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
@ -117,4 +118,5 @@
padding: 5px; padding: 5px;
-moz-border-radius: 6px; -moz-border-radius: 6px;
font-family:arial; font-family:arial;
} }
</style>