forked from OSchip/llvm-project
parent
258493c188
commit
ab2a52c4bf
|
@ -177,17 +177,15 @@ 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:#ff8000; color:#000000 }\n"
|
||||
<< " .msg { background-color:#dfddf3; color:#000000 }\n"
|
||||
<< " .msg { -webkit-box-shadow:1px 1px 7px #000 }\n"
|
||||
<< " .msg { -webkit-border-radius:5px }\n"
|
||||
<< " .msg { border: solid 1px #944a00 }\n"
|
||||
<< " .msg { font-family:Helvetica, sans-serif; font-size: smaller }\n"
|
||||
<< " .msg { font-weight: bold }\n"
|
||||
<< " .msg { float:left }\n"
|
||||
<< " .msg { padding:0.5em 1ex 0.5em 1ex }\n"
|
||||
<< " .msg { margin-top:10px; margin-bottom:10px }\n"
|
||||
<< " .mrange { background-color:#ffcc66 }\n"
|
||||
<< " .mrange { border-bottom: 1px solid #ff8000 }\n"
|
||||
<< " .mrange { background-color:#dfddf3 }\n"
|
||||
<< " .PathIndex { font-weight: bold }\n"
|
||||
<< "</style>\n</head>\n<body>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue