mirror of https://github.com/microsoft/clang.git
More CSS enhancements to HTML code printing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48557 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8e019ede1
commit
db87ca09df
|
@ -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>";
|
||||
|
|
Loading…
Reference in New Issue