diff --git a/apidb.css b/apidb.css index fe08f7c..b0c5c02 100644 --- a/apidb.css +++ b/apidb.css @@ -23,7 +23,7 @@ A.hidden { text-decoration: none; color: #000000; } OL,UL,P { font-size: 12px; } TD,TR,TH { font-size: 12px; } INPUT { font-size: 12px; } -PRE { font-family: Fixed; font-size: 12px; } +PRE { font-family: monospace; font-size: 12px; } /* Hn Sizes */ H1 { font-size: 180%; } diff --git a/application.css b/application.css index ab7c4ff..603daef 100644 --- a/application.css +++ b/application.css @@ -6,7 +6,7 @@ .subtitle { text-decoration: underline; font-style: italic; } -.code { font-family: fixed; font-size: 12px; } +.code { font-family: monospace; font-size: 12px; } p { font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;