aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/HTMLRewrite.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-03-19 22:06:25 +0000
committerTed Kremenek <kremenek@apple.com>2008-03-19 22:06:25 +0000
commitdb87ca09df48d3cc6ac868debd68c72c878a0daa (patch)
treedda3ea85416f07bc08f61d6e7522cb682dbe5ddd /lib/Rewrite/HTMLRewrite.cpp
parente8e019ede11579bce271bee0b2b0b543bd9833a5 (diff)
More CSS enhancements to HTML code printing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Rewrite/HTMLRewrite.cpp')
-rw-r--r--lib/Rewrite/HTMLRewrite.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Rewrite/HTMLRewrite.cpp b/lib/Rewrite/HTMLRewrite.cpp
index 819dc20167..7f408c74f4 100644
--- a/lib/Rewrite/HTMLRewrite.cpp
+++ b/lib/Rewrite/HTMLRewrite.cpp
@@ -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>";