summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-08-02 02:26:19 +0000
committerJordan Rose <jordan_rose@apple.com>2012-08-02 02:26:19 +0000
commit11790a4810aed186de58f9301ca92b5e27b70347 (patch)
treee65a1222e675c81d35062a5df99cbeca8ab2533f /clang/lib/Rewrite
parent5759d012309a3fedab83ad0db16934c5f708d00f (diff)
downloadbcm5719-llvm-11790a4810aed186de58f9301ca92b5e27b70347.tar.gz
bcm5719-llvm-11790a4810aed186de58f9301ca92b5e27b70347.zip
[analyzer] Add Prev/Next links to the HTML output.
llvm-svn: 161153
Diffstat (limited to 'clang/lib/Rewrite')
-rw-r--r--clang/lib/Rewrite/HTMLRewrite.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Rewrite/HTMLRewrite.cpp b/clang/lib/Rewrite/HTMLRewrite.cpp
index e2da26fc80c..236b98fc282 100644
--- a/clang/lib/Rewrite/HTMLRewrite.cpp
+++ b/clang/lib/Rewrite/HTMLRewrite.cpp
@@ -325,11 +325,12 @@ 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:0px 5px 0px 5px; "
+ " .PathIndex { font-weight: bold; padding:0px 5px; "
"margin-right:5px; }\n"
" .PathIndex { -webkit-border-radius:8px }\n"
" .PathIndexEvent { background-color:#bfba87 }\n"
" .PathIndexControl { background-color:#8c8c8c }\n"
+ " .PathNav a { text-decoration:none; font-size: larger }\n"
" .CodeInsertionHint { font-weight: bold; background-color: #10dd10 }\n"
" .CodeRemovalHint { background-color:#de1010 }\n"
" .CodeRemovalHint { border-bottom:1px solid #6F9DBE }\n"
OpenPOWER on IntegriCloud