fixed tons of missing <style> wrappers.
This commit is contained in:
parent
7fcfb11f20
commit
43ec03c6c0
33 changed files with 101 additions and 23 deletions
|
|
@ -69,6 +69,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.productOptions {
|
.productOptions {
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
@ -101,3 +102,4 @@ h2 {
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
width:66%;
|
width:66%;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -76,6 +76,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.pagination
|
.pagination
|
||||||
{
|
{
|
||||||
-moz-box-sizing:border-box;
|
-moz-box-sizing:border-box;
|
||||||
|
|
@ -138,3 +139,4 @@ h2
|
||||||
{
|
{
|
||||||
border:solid silver 1px;
|
border:solid silver 1px;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -70,6 +70,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
h2{
|
h2{
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
margin-top:3px;
|
margin-top:3px;
|
||||||
|
|
@ -99,3 +100,4 @@ h2{
|
||||||
{
|
{
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -70,6 +70,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.defaultMessageBoard {
|
.defaultMessageBoard {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -95,3 +96,4 @@ h2 {
|
||||||
margin-top:3px;
|
margin-top:3px;
|
||||||
margin-bottom:3px;
|
margin-bottom:3px;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.fontSettings {
|
.fontSettings {
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
|
|
@ -60,3 +61,4 @@ h2 {
|
||||||
.pollColor {
|
.pollColor {
|
||||||
background-color:gray;
|
background-color:gray;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -73,6 +73,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
table.defaultPostForm td
|
table.defaultPostForm td
|
||||||
{
|
{
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
|
|
@ -82,3 +83,4 @@ h2
|
||||||
{
|
{
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -79,6 +79,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.productFeatureHeader {
|
.productFeatureHeader {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
@ -170,3 +171,4 @@ h2 {
|
||||||
.defaultProduct a {
|
.defaultProduct a {
|
||||||
color:#29587E;
|
color:#29587E;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -93,6 +93,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
table.defaultSubmissionForm td
|
table.defaultSubmissionForm td
|
||||||
{
|
{
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
|
|
@ -107,3 +108,5 @@ h2
|
||||||
{
|
{
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
@ -60,7 +60,6 @@
|
||||||
</div>
|
</div>
|
||||||
</tmpl_if>
|
</tmpl_if>
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
.forumHead {
|
.forumHead {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.fontSettings {
|
.fontSettings {
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
|
|
@ -64,3 +65,4 @@ h2 {
|
||||||
.pagination a {
|
.pagination a {
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -59,7 +59,6 @@
|
||||||
</div>
|
</div>
|
||||||
</tmpl_if>
|
</tmpl_if>
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
.forumHead {
|
.forumHead {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -71,6 +71,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.productCollateral {
|
.productCollateral {
|
||||||
border:solid gray 1px;
|
border:solid gray 1px;
|
||||||
}
|
}
|
||||||
|
|
@ -96,3 +97,4 @@ h2 {
|
||||||
.noBorder {
|
.noBorder {
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -93,6 +93,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
h2{
|
h2{
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
margin-top:3px;
|
margin-top:3px;
|
||||||
|
|
@ -122,3 +123,4 @@ h2{
|
||||||
{
|
{
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -110,6 +110,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.productFeatureHeader {
|
.productFeatureHeader {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
@ -167,3 +168,4 @@ h2 {
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -71,6 +71,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.forumHead {
|
.forumHead {
|
||||||
background-color: #DADADA;
|
background-color: #DADADA;
|
||||||
border: 2px solid #cccccc;
|
border: 2px solid #cccccc;
|
||||||
|
|
@ -131,3 +132,4 @@ h2
|
||||||
{
|
{
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -70,6 +70,7 @@
|
||||||
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
<style type="text/css">
|
||||||
.pagination
|
.pagination
|
||||||
{
|
{
|
||||||
-moz-box-sizing:border-box;
|
-moz-box-sizing:border-box;
|
||||||
|
|
@ -118,3 +119,4 @@
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
font-family:arial;
|
font-family:arial;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue