- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2011 22:05:45 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv9784
Modified Files:
Overview.html Overview.src.html
Log Message:
Drop table styling that's already in default.css
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- Overview.html 29 Jul 2011 21:57:46 -0000 1.165
+++ Overview.html 29 Jul 2011 22:05:43 -0000 1.166
@@ -8,61 +8,6 @@
<link href=default.css rel=stylesheet type="text/css">
<style type="text/css">
- .data, .proptable {
- margin: 1em auto;
- border-collapse: collapse;
- border: solid #005A9B;
- }
- .data caption {
- width: 100%;
- text-align: center;
- }
- .data td, .data th,
- .proptable td, .proptable th {
- border: thin solid;
- padding: 0.2em;
- text-align: center;
- }
- .data thead th[scope="row"],
- .proptable thead th[scope="row"] {
- text-align: right;
- background: #A4C8E2;
- color: inherit;
- }
- .data thead,
- .proptable thead {
- background: #EEEEEE;
- color: inherit;
- }
- .data tbody th:first-child,
- .proptable tbody th:first-child {
- text-align: right;
- background: #EEEEEE;
- color: inherit;
- }
- .data thead,
- .data tbody,
- .data tfoot,
- .data colgroup {
- border: solid;
- }
-
- table.propdef {
- table-layout: auto;
- }
- .propdef th {
- font-style: italic;
- font-weight: normal;
- text-align: left;
- width: 3em;
- }
- dt dfn code {
- font-size: inherit;
- }
-
- </style>
-
- <style type="text/css">
.egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC
{ white-space:pre;font-size:80%;font-family:monospace; vertical-align:2px; margin:1px }
.egbidiwsaA { background:lime;padding:2px; }
@@ -90,7 +35,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/07/25 02:44:01 $ (CVS $Revision$)</a> <!--
+ 2011/07/29 21:57:47 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110729/">http://www.w3.org/TR/2011/WD-css3-text-20110729/</a></dd>
-->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -d -r1.263 -r1.264
--- Overview.src.html 29 Jul 2011 21:57:47 -0000 1.263
+++ Overview.src.html 29 Jul 2011 22:05:43 -0000 1.264
@@ -7,61 +7,6 @@
<link rel="stylesheet" type="text/css" href="default.css">
<style type="text/css">
- .data, .proptable {
- margin: 1em auto;
- border-collapse: collapse;
- border: solid #005A9B;
- }
- .data caption {
- width: 100%;
- text-align: center;
- }
- .data td, .data th,
- .proptable td, .proptable th {
- border: thin solid;
- padding: 0.2em;
- text-align: center;
- }
- .data thead th[scope="row"],
- .proptable thead th[scope="row"] {
- text-align: right;
- background: #A4C8E2;
- color: inherit;
- }
- .data thead,
- .proptable thead {
- background: #EEEEEE;
- color: inherit;
- }
- .data tbody th:first-child,
- .proptable tbody th:first-child {
- text-align: right;
- background: #EEEEEE;
- color: inherit;
- }
- .data thead,
- .data tbody,
- .data tfoot,
- .data colgroup {
- border: solid;
- }
-
- table.propdef {
- table-layout: auto;
- }
- .propdef th {
- font-style: italic;
- font-weight: normal;
- text-align: left;
- width: 3em;
- }
- dt dfn code {
- font-size: inherit;
- }
-
- </style>
-
- <style type="text/css">
.egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC
{ white-space:pre;font-size:80%;font-family:monospace; vertical-align:2px; margin:1px }
.egbidiwsaA { background:lime;padding:2px; }
Received on Friday, 29 July 2011 22:05:46 UTC