fix css font name, patch by Cédric Venet

llvm-svn: 49260
This commit is contained in:
Chris Lattner 2008-04-06 04:37:21 +00:00
parent 53adca6610
commit e8e1e1131d
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID) {
<< " body { font-family:Helvetica, sans-serif; font-size:10pt }\n"
<< " h1 { font-size:12pt }\n"
<< " .code { border-spacing:0px; width:100%; }\n"
<< " .code { font-family: \"Andale Mono\", fixed; font-size:10pt }\n"
<< " .code { font-family: \"Andale Mono\", monospace; font-size:10pt }\n"
<< " .code { line-height: 1.2em }\n"
<< " .num { width:2.5em; padding-right:2ex; background-color:#eeeeee }\n"
<< " .num { text-align:right; font-size: smaller }\n"