summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-03-02 23:39:27 +0000
committerTed Kremenek <kremenek@apple.com>2009-03-02 23:39:27 +0000
commitccca5c3f00d95c8d765e2db6b8e1b4b04501e000 (patch)
tree48aef850bcc7e3a85246b6133c4614b7852de234 /clang/lib/Rewrite
parentd50ebbdf3f7dbd1c2bb5712d47121cd9a4769c58 (diff)
downloadbcm5719-llvm-ccca5c3f00d95c8d765e2db6b8e1b4b04501e000.tar.gz
bcm5719-llvm-ccca5c3f00d95c8d765e2db6b8e1b4b04501e000.zip
Adjust CSS to make message bubble numbers less gaudy.
llvm-svn: 65903
Diffstat (limited to 'clang/lib/Rewrite')
-rw-r--r--clang/lib/Rewrite/HTMLRewrite.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/clang/lib/Rewrite/HTMLRewrite.cpp b/clang/lib/Rewrite/HTMLRewrite.cpp
index 96e455d1dec..795aab84bf3 100644
--- a/clang/lib/Rewrite/HTMLRewrite.cpp
+++ b/clang/lib/Rewrite/HTMLRewrite.cpp
@@ -321,10 +321,9 @@ void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID,
" .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 { -webkit-box-shadow:1px 1px 7px #000 }\n"
- " .PathIndex { -webkit-border-radius:5px }\n"
- " .PathIndexEvent { background-color:#fffbd9 }\n"
- " .PathIndexControl { background-color:#dddddd }\n"
+ " .PathIndex { -webkit-border-radius:8px }\n"
+ " .PathIndexEvent { background-color:#bfba87 }\n"
+ " .PathIndexControl { background-color:#8c8c8c }\n"
" .CodeInsertionHint { font-weight: bold; background-color: #10dd10 }\n"
" .CodeRemovalHint { background-color:#de1010 }\n"
" .CodeRemovalHint { border-bottom:1px solid #6F9DBE }\n"
OpenPOWER on IntegriCloud