From: Ted Kremenek Date: Wed, 2 Apr 2008 22:50:50 +0000 (+0000) Subject: CSS tweaking on blue boxes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e628a02f43a93d30d5be7680ce5c3bbccf6ce79;p=clang CSS tweaking on blue boxes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49121 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Rewrite/HTMLRewrite.cpp b/lib/Rewrite/HTMLRewrite.cpp index 031a243c1f..7fea7fa18f 100644 --- a/lib/Rewrite/HTMLRewrite.cpp +++ b/lib/Rewrite/HTMLRewrite.cpp @@ -177,7 +177,7 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID) { << " .num { color:#444444 }\n" << " .line { padding-left: 1ex; border-left: 3px solid #ccc }\n" << " .line { white-space: pre }\n" - << " .msg { background-color:#dfddf3; color:#000000 }\n" + << " .msg { background-color:#6F9DBE; color:#000000 }\n" << " .msg { -webkit-box-shadow:1px 1px 7px #000 }\n" << " .msg { -webkit-border-radius:5px }\n" << " .msg { font-family:Helvetica, sans-serif; font-size: smaller }\n" @@ -186,6 +186,7 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, unsigned FileID) { << " .msg { padding:0.5em 1ex 0.5em 1ex }\n" << " .msg { margin-top:10px; margin-bottom:10px }\n" << " .mrange { background-color:#dfddf3 }\n" + << " .mrange { border-bottom:1px solid #6F9DBE }\n" << " .PathIndex { font-weight: bold }\n" << "\n\n";