style: Address review comments relating to bgcolor and column spans

This commit is contained in:
Patrick Walton 2014-12-11 09:58:00 -08:00
parent 17835ba0cb
commit a1ea44b294
33 changed files with 712 additions and 422 deletions

View file

@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<body>
<table style="border: solid black 10px"><tr><td>:-)</td></tr></table>
<table style="border: solid black 1px"><tr><td>:-)</td></tr></table>
<table style="border: outset red 10px"><tr><td>:-)</td></tr></table>
<table style="border: outset red 1px"><tr><td>:-)</td></tr></table>
<table style="border: none"><tr><td>:-)</td></tr></table>
</body>
</html>