diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-06-09 01:31:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-06-09 01:31:18 +0000 |
commit | f2c6b9a8469f00bb58b1448ce204fa4c8da8062a (patch) | |
tree | 75649c362da526852aec8cbe74fee1a52ba46c5f | |
parent | 8cb2868f8b8ff22d039fcf3a700bf42634e357b2 (diff) |
Last menu color tweaking (for now).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73117 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/menu.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/analyzer/menu.css b/www/analyzer/menu.css index 48ef57de66..8249c14197 100644 --- a/www/analyzer/menu.css +++ b/www/analyzer/menu.css @@ -26,6 +26,7 @@ display:block; font-weight: bold; text-align: center; + color: #ffffff; background-color: #2d58b7; } #menu a { |