diff options
author | Greg Clayton <gclayton@apple.com> | 2011-04-05 21:44:24 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-04-05 21:44:24 +0000 |
commit | 0cb4acfc8d4d764a868732047e86155c8abf49f6 (patch) | |
tree | 2706d802c3538bf4b30e0cbf37ef171a305dfde5 | |
parent | 706754c1f280555e59463081e0c44619174acb65 (diff) | |
download | bcm5719-llvm-0cb4acfc8d4d764a868732047e86155c8abf49f6.tar.gz bcm5719-llvm-0cb4acfc8d4d764a868732047e86155c8abf49f6.zip |
Use the same colors in the LLDB/GDB table as the sidebar so things look
consistent and also to lighten up the page a bit.
llvm-svn: 128939
-rwxr-xr-x | lldb/www/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/style.css b/lldb/www/style.css index 36b26586411..6e96fefacbb 100755 --- a/lldb/www/style.css +++ b/lldb/www/style.css @@ -107,7 +107,7 @@ td.blank { }
td.content {
- background-color: #CCC;
+ background-color: #E9E9E9;
color: #000;
padding: 4px;
text-align: left;
|