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 {
font-family : georgia, "times new roman", times, serif;
font-family : arial, helvetica, sans-serif;
font-size : 100%;
font-size : 10pt;
}
......@@ -75,7 +75,7 @@ FIELDSET LEGEND {
margin : 0px;
}
#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-weight : bold;
text-transform : uppercase;
......@@ -315,7 +315,7 @@ PRE, TT {
border-bottom : 1px #ccc solid;
}
.jive-table TD {
font-family : georgia, "times new roman", times, serif;
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
}
.jive-table .jive-odd TD {
......@@ -340,7 +340,7 @@ PRE, TT {
.jive-description, .jive-description A, .jive-table .jive-date, .jive-description INPUT,
.jive-description SELECT
{
font-family : georgia, "times new roman", times, serif;
font-family : arial, helvetica, sans-serif;
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