- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 May 2011 23:35:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv18655
Modified Files:
Overview.html Overview.src.html
Log Message:
m: style example table to accomodate sample rendering PNGs
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html 4 May 2011 23:28:51 -0000 1.22
+++ Overview.html 4 May 2011 23:35:04 -0000 1.23
@@ -2979,7 +2979,7 @@
id=sample-html-fragments-renderings-and-you>sample HTML fragments,
renderings, and your browser:</h5>
- <table border=1 cellpadding=5>
+ <table border=1 cellpadding=5 style="color:#000;background:#fff;">
<tbody>
<tr>
<th>HTML
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.src.html 4 May 2011 23:28:51 -0000 1.23
+++ Overview.src.html 4 May 2011 23:35:04 -0000 1.24
@@ -1596,7 +1596,7 @@
width:3.2em; padding:.2em; border:solid .1em black; margin:1em 0;
}</code></pre>
<h5 class="no-num no-toc">sample HTML fragments, renderings, and your browser:</h5>
-<table border="1" cellpadding="5"><tbody>
+<table border="1" cellpadding="5" style="color:#000;background:#fff;"><tbody>
<tr><th>HTML</th><th>sample rendering</th><th>your browser</th></tr>
<tr>
<td><pre><code><div>
Received on Wednesday, 4 May 2011 23:35:08 UTC