summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-03-03 03:00:21 +0000
committerTed Kremenek <kremenek@apple.com>2009-03-03 03:00:21 +0000
commit6c6a098a838fb4817750cebf7d2b954b446dc059 (patch)
treeb1ae0685338ee26aaa74f4e226a4b3f275a883cc /clang/lib/Rewrite
parent92b551bc2b7efb14811ef01aa52f807fb5fb6ef1 (diff)
downloadbcm5719-llvm-6c6a098a838fb4817750cebf7d2b954b446dc059.tar.gz
bcm5719-llvm-6c6a098a838fb4817750cebf7d2b954b446dc059.zip
Tighten message bubble height.
Make bubble number decoration look more like circles than ovals. llvm-svn: 65921
Diffstat (limited to 'clang/lib/Rewrite')
-rw-r--r--clang/lib/Rewrite/HTMLRewrite.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/Rewrite/HTMLRewrite.cpp b/clang/lib/Rewrite/HTMLRewrite.cpp
index 795aab84bf3..fc6475b480e 100644
--- a/clang/lib/Rewrite/HTMLRewrite.cpp
+++ b/clang/lib/Rewrite/HTMLRewrite.cpp
@@ -311,7 +311,7 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID,
" .msg { -webkit-border-radius:5px }\n"
" .msg { font-family:Helvetica, sans-serif; font-size: smaller }\n"
" .msg { float:left }\n"
- " .msg { padding:0.5em 1ex 0.5em 1ex }\n"
+ " .msg { padding:0.25em 1ex 0.25em 1ex }\n"
" .msg { margin-top:10px; margin-bottom:10px }\n"
" .msg { font-weight:bold }\n"
" .msg { max-width:60em; word-wrap: break-word; white-space: pre-wrap }\n"
@@ -320,7 +320,8 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID,
" .msgControl { background-color:#bbbbbb; color:#000000 }\n"
" .mrange { background-color:#dfddf3 }\n"
" .mrange { border-bottom:1px solid #6F9DBE }\n"
- " .PathIndex { font-weight: bold; padding:5px;margin-right:5px;top:5px}\n"
+ " .PathIndex { font-weight: bold; padding:0px 5px 0px 5px; "
+ "margin-right:5px; }\n"
" .PathIndex { -webkit-border-radius:8px }\n"
" .PathIndexEvent { background-color:#bfba87 }\n"
" .PathIndexControl { background-color:#8c8c8c }\n"
OpenPOWER on IntegriCloud