[cfe-commits] r65903 - /cfe/trunk/lib/Rewrite/HTMLRewrite.cpp

Ted Kremenek kremenek at apple.com
Mon Mar 2 15:39:27 PST 2009


Author: kremenek
Date: Mon Mar  2 17:39:27 2009
New Revision: 65903

URL: http://llvm.org/viewvc/llvm-project?rev=65903&view=rev
Log:
Adjust CSS to make message bubble numbers less gaudy.

Modified:
    cfe/trunk/lib/Rewrite/HTMLRewrite.cpp

Modified: cfe/trunk/lib/Rewrite/HTMLRewrite.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Rewrite/HTMLRewrite.cpp?rev=65903&r1=65902&r2=65903&view=diff

==============================================================================
--- cfe/trunk/lib/Rewrite/HTMLRewrite.cpp (original)
+++ cfe/trunk/lib/Rewrite/HTMLRewrite.cpp Mon Mar  2 17:39:27 2009
@@ -321,10 +321,9 @@
       " .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"





More information about the cfe-commits mailing list