Index: branches/RC/core/kernel/utility/debugger/debugger.css =================================================================== diff -u -N -r8929 -r10459 --- branches/RC/core/kernel/utility/debugger/debugger.css (.../debugger.css) (revision 8929) +++ branches/RC/core/kernel/utility/debugger/debugger.css (.../debugger.css) (revision 10459) @@ -7,12 +7,22 @@ display: inline; } -.dbg_flat_table, .dbg_stats_table { +.dbg_flat_table, .dbg_stats_table, table.dbg_explain_table { border-collapse: collapse; width: auto; margin: 0px; } +table.dbg_explain_table TD { + border: 1px solid #000000; + padding: 4px; +} + +table.dbg_explain_table tr.explain_header TD { + font-weight: bold; + text-align: center; +} + .dbg_flat_table TD, .dbg_stats_table TD { border: 1px solid #CCCCCC; padding: 4px;