[PATCH] [LNT] Fix rendering of compile-time and exec-time table

Yi Kong kongy.dev at gmail.com
Tue May 13 03:04:24 PDT 2014


Background colour of pct_delta was not rendered on odd numbered lines,
because HTML bgcolor tag does not override CSS background-color style.
The patch changed cells to standard compliant CSS style(bgcolor is
deprecated in HTML5).

Cheers,
Yi Kong
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-rendering-of-compile-time-and-exec-time-table.patch
Type: text/x-patch
Size: 1333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140513/ca38b985/attachment.bin>


More information about the llvm-commits mailing list