Skip to content

Commit f71786a

Browse files
author
Tantek Çelik
committed
m: style example table to accomodate sample rendering PNGs
1 parent 37408eb commit f71786a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-ui/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@ <h5 class="no-num no-toc" id=sample-css-for-a-div>sample CSS for a div:</h5>
29792979
id=sample-html-fragments-renderings-and-you>sample HTML fragments,
29802980
renderings, and your browser:</h5>
29812981

2982-
<table border=1 cellpadding=5>
2982+
<table border=1 cellpadding=5 style="color:#000;background:#fff;">
29832983
<tbody>
29842984
<tr>
29852985
<th>HTML

css3-ui/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ <h5 class="no-num no-toc">sample CSS for a div:</h5>
15961596
width:3.2em; padding:.2em; border:solid .1em black; margin:1em 0;
15971597
}</code></pre>
15981598
<h5 class="no-num no-toc">sample HTML fragments, renderings, and your browser:</h5>
1599-
<table border="1" cellpadding="5"><tbody>
1599+
<table border="1" cellpadding="5" style="color:#000;background:#fff;"><tbody>
16001600
<tr><th>HTML</th><th>sample rendering</th><th>your browser</th></tr>
16011601
<tr>
16021602
<td><pre><code>&lt;div&gt;

0 commit comments

Comments
 (0)