More CSS enhancements to HTML code printing.

llvm-svn: 48557
This commit is contained in:
Ted Kremenek 2008-03-19 22:06:25 +00:00
parent a90fdc4340
commit 7ee6a1474f
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID) {
<< " .line { white-space: pre }\n"
<< " .msg { background-color:#fcff4c }\n"
<< " .msg { font-family:Helvetica, sans-serif; font-size: smaller }\n"
<< " .msg { font-weight: bold }\n"
<< " .msg { float:left }\n"
<< " .msg { padding:5px; margin-top:10px; margin-bottom:10px }\n"
<< "</style>\n</head>\n<body>";