Commit 234bccb6 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Revert the global font back to arial/helvetica/sans-serif

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3935 b35dd754-fafc-0310-a699-88a17e54d16e
parent 997791d5
BODY, DIV, P, TD, TH { BODY, DIV, P, TD, TH {
font-family : georgia, "times new roman", times, serif; font-family : arial, helvetica, sans-serif;
font-size : 100%; font-size : 100%;
font-size : 10pt; font-size : 10pt;
} }
...@@ -75,7 +75,7 @@ FIELDSET LEGEND { ...@@ -75,7 +75,7 @@ FIELDSET LEGEND {
margin : 0px; margin : 0px;
} }
#jive-header #jive-tabs LI { #jive-header #jive-tabs LI {
font-family : verdana, georgia, "times new roman", times, serif; font-family : verdana, arial, helvetica, sans-serif;
font-size : 8pt; font-size : 8pt;
font-weight : bold; font-weight : bold;
text-transform : uppercase; text-transform : uppercase;
...@@ -315,7 +315,7 @@ PRE, TT { ...@@ -315,7 +315,7 @@ PRE, TT {
border-bottom : 1px #ccc solid; border-bottom : 1px #ccc solid;
} }
.jive-table TD { .jive-table TD {
font-family : georgia, "times new roman", times, serif; font-family : arial, helvetica, sans-serif;
font-size : 10pt; font-size : 10pt;
} }
.jive-table .jive-odd TD { .jive-table .jive-odd TD {
...@@ -340,7 +340,7 @@ PRE, TT { ...@@ -340,7 +340,7 @@ PRE, TT {
.jive-description, .jive-description A, .jive-table .jive-date, .jive-description INPUT, .jive-description, .jive-description A, .jive-table .jive-date, .jive-description INPUT,
.jive-description SELECT .jive-description SELECT
{ {
font-family : georgia, "times new roman", times, serif; font-family : arial, helvetica, sans-serif;
font-size : 8pt; font-size : 8pt;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment