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 {
|
||||
font-family: arial;
|
||||
font-size: 11px;
|
||||
|
|
@ -100,4 +101,5 @@ h2 {
|
|||
.benefitsShowcase .content {
|
||||
font-size:9pt;
|
||||
width:66%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -76,6 +76,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.pagination
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
|
|
@ -137,4 +138,5 @@ h2
|
|||
.calendarBig td
|
||||
{
|
||||
border:solid silver 1px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -74,6 +74,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.pagination
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
|
|
@ -138,3 +139,5 @@ h2
|
|||
{
|
||||
border:solid silver 1px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.acknowledgement
|
||||
{
|
||||
margin-top:5px;
|
||||
|
|
@ -36,3 +37,5 @@ a.blackLabel
|
|||
{
|
||||
color:#29587E;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -70,6 +70,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
h2{
|
||||
font-family:arial;
|
||||
margin-top:3px;
|
||||
|
|
@ -98,4 +99,5 @@ h2{
|
|||
.dataControls a
|
||||
{
|
||||
color:white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.fontSettings {
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
|
|
@ -58,3 +59,5 @@ h2 {
|
|||
.tableMenu a {
|
||||
color:#29587E;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
h2{
|
||||
font-family:arial;
|
||||
}
|
||||
|
|
@ -74,3 +75,5 @@ h2{
|
|||
{
|
||||
color:white;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -70,6 +70,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.defaultMessageBoard {
|
||||
|
||||
}
|
||||
|
|
@ -94,4 +95,5 @@ h2 {
|
|||
font-family:arial;
|
||||
margin-top:3px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.fontSettings {
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
|
|
@ -59,4 +60,5 @@ h2 {
|
|||
}
|
||||
.pollColor {
|
||||
background-color:gray;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -73,6 +73,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
table.defaultPostForm td
|
||||
{
|
||||
font-family:arial;
|
||||
|
|
@ -81,4 +82,5 @@ table.defaultPostForm td
|
|||
h2
|
||||
{
|
||||
font-family:arial;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -79,6 +79,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.productFeatureHeader {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
|
|
@ -169,4 +170,5 @@ h2 {
|
|||
}
|
||||
.defaultProduct a {
|
||||
color:#29587E;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -261,6 +261,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.defaultSubmissionDetails
|
||||
{
|
||||
float: right;
|
||||
|
|
@ -353,3 +354,5 @@
|
|||
height:auto;
|
||||
min-height:100px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -93,17 +93,20 @@
|
|||
|
||||
|
||||
~~~
|
||||
table.defaultSubmissionForm td
|
||||
{
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
<style type="text/css">
|
||||
table.defaultSubmissionForm td
|
||||
{
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
.defaultSubmissionFormContent
|
||||
{
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-family:arial;
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -60,7 +60,6 @@
|
|||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.forumHead {
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.pagination {
|
||||
-moz-box-sizing:border-box;
|
||||
background:#C0C0C0;
|
||||
|
|
@ -91,3 +92,5 @@ h2 {
|
|||
display:block;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
@ -77,6 +77,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
table.faqSubmissionForm td
|
||||
{
|
||||
font-family:arial;
|
||||
|
|
@ -91,3 +92,5 @@ h2
|
|||
{
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.fontSettings {
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
|
|
@ -63,4 +64,5 @@ h2 {
|
|||
}
|
||||
.pagination a {
|
||||
color:white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.fontSettings {
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
|
|
@ -87,3 +88,5 @@ h2 {
|
|||
.pagination a {
|
||||
color:white;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -248,6 +248,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.postBorder {
|
||||
border: 1px solid #cccccc;
|
||||
margin-bottom: 10px;
|
||||
|
|
@ -321,3 +322,5 @@
|
|||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -59,7 +59,6 @@
|
|||
</div>
|
||||
</tmpl_if>
|
||||
~~~
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.forumHead {
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
table.jobSubmissionForm td
|
||||
{
|
||||
font-family:arial;
|
||||
|
|
@ -124,3 +125,5 @@ h2
|
|||
{
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -71,6 +71,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.productCollateral {
|
||||
border:solid gray 1px;
|
||||
}
|
||||
|
|
@ -95,4 +96,5 @@ h2 {
|
|||
}
|
||||
.noBorder {
|
||||
border:none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -227,6 +227,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.postBorder {
|
||||
border: 1px solid #cccccc;
|
||||
margin-bottom: 10px;
|
||||
|
|
@ -308,3 +309,5 @@ h2
|
|||
font-family:arial;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
@ -89,6 +89,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
table.linkSubmissionForm td
|
||||
{
|
||||
font-family:arial;
|
||||
|
|
@ -103,3 +104,5 @@ h2
|
|||
{
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -61,6 +61,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
h2{
|
||||
font-family:arial;
|
||||
margin-top:3px;
|
||||
|
|
@ -90,3 +91,5 @@ h2{
|
|||
{
|
||||
color:white;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -64,6 +64,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.postControls
|
||||
{
|
||||
background:#C0C0C0;
|
||||
|
|
@ -96,3 +97,5 @@
|
|||
padding:3px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -93,6 +93,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
h2{
|
||||
font-family:arial;
|
||||
margin-top:3px;
|
||||
|
|
@ -121,4 +122,5 @@ h2{
|
|||
.dataControls a
|
||||
{
|
||||
color:white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -110,6 +110,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.productFeatureHeader {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
|
|
@ -166,4 +167,5 @@ h2 {
|
|||
.fontSettings {
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
</tmpl_loop>
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.linkTitle{
|
||||
font-family:arial;
|
||||
font-size:9pt;
|
||||
|
|
@ -62,3 +63,5 @@
|
|||
font-size:9pt;
|
||||
display:block;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -64,6 +64,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.postControls
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
|
|
@ -115,3 +116,5 @@
|
|||
border:solid silver 1px;
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -71,6 +71,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.forumHead {
|
||||
background-color: #DADADA;
|
||||
border: 2px solid #cccccc;
|
||||
|
|
@ -130,4 +131,5 @@
|
|||
h2
|
||||
{
|
||||
font-family:arial;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -67,6 +67,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.pagination
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
|
|
@ -94,3 +95,5 @@ h2
|
|||
{
|
||||
font-family:arial;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -70,6 +70,7 @@
|
|||
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
.pagination
|
||||
{
|
||||
-moz-box-sizing:border-box;
|
||||
|
|
@ -117,4 +118,5 @@
|
|||
padding: 5px;
|
||||
-moz-border-radius: 6px;
|
||||
font-family:arial;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue