- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Aug 2011 17:42:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv10006
Modified Files:
Overview.html default.css
Log Message:
Fix date
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- Overview.html 29 Aug 2011 17:30:06 -0000 1.207
+++ Overview.html 29 Aug 2011 17:42:03 -0000 1.208
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 31 August
+ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 30 August
2011</h2>
<dl>
@@ -42,7 +42,7 @@
-->
<dd><a
- href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110831">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110831/</a>
+ href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110830">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110830/</a>
<dt>Latest version:
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/default.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- default.css 10 May 2011 21:15:12 -0000 1.4
+++ default.css 29 Aug 2011 17:42:04 -0000 1.5
@@ -1,7 +1,6 @@
/*
* Style sheet for the CSS3 specification,
* to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC}
- * $Id$
*/
@media print {
@@ -149,40 +148,21 @@
border: thin solid #999;
/*margin: -1.3em 0 0.3em -2.5em;*/
}
-div.example, div.illegal-example, div.html, div.illegal-html, div.xml,
-div.illegal-xml, pre.example, pre.illegal-example, pre.html,
-pre.illegal-html, pre.xml, pre.illegal-xml {
+div.example, div.html, div.xml,
+pre.example, pre.html, pre.xml {
background: #FFF8DD;
padding: 0.5em;
margin: 1em 0;
border: thin solid #999;
position: relative;
clear: both;
+ color: #600;
}
-pre.example, pre.illegal-example, pre.html,
-pre.illegal-html, pre.xml, pre.illegal-xml {
+pre.example, pre.html, pre.xml {
padding-top: 1.5em;
}
-div.example { color: #600 }
-pre.example { color: #600 }
-pre.illegal-example { color: red }
-div.illegal-example { color: red }
-div.illegal-example p { color: black }
-
-div.html { color: #600 }
-pre.html { color: #600 }
-pre.illegal-html { color: red }
-div.illegal-html { color: red }
-div.illegal-html p { color: black }
-pre.deprecated-html { color: red }
-div.deprecated-html { color: red }
-div.deprecated-html p { color: black }
-
-div.xml { color: #600 }
-pre.xml { color: #600 }
-pre.illegal-xml { color: red }
-div.illegal-xml { color: red }
-div.illegal-xml p { color: black }
+div.illegal, pre.illegal { color: red }
+div.illegal p { color: black }
/* code { font-size: 90% } */
.css { color: #800 } /* inline CSS code (SPAN/CODE) */
@@ -333,12 +313,12 @@
border-style: solid none none dotted;
border-width: thin;
border-color: red;
+ vertical-align: baseline;
}
table.proptable th:first-child, table.proptable td:first-child {
border-left-style: none;
}
-
/* Style for table that defines a property or a descriptor */
table.propdef, table.propdef-extra, table.descdef {
border-spacing: 0;
@@ -437,23 +417,31 @@
padding: 0.3em 0.3em 0.3em 0.7em;
}
-
/* Style for data tables (and properly marked-up proptables) */
.data, .proptable {
+ font-size: small;
margin: 1em auto;
border-collapse: collapse;
+ border-spacing: 0;
border: solid #005A9B;
}
.data caption {
+ width: 100%;
text-align: center;
}
.data td, .data th,
.proptable td, .proptable th {
- border: thin solid;
- padding: 0.2em;
+ border: thin;
+ border-style: solid none none dotted;
+ padding: 0.4em;
text-align: center;
+ border-color: red;
}
+ th:first-child, td:first-child {
+ border-left-style: none;
+ }
+
.data thead th[scope="row"],
.proptable thead th[scope="row"] {
text-align: right;
@@ -477,6 +465,13 @@
.data colgroup {
border: solid;
}
+ .proptable code {
+ font: inherit;
+ white-space: nowrap;
+ }
+ .proptable th a {
+ display: block;
+ }
.data img {
vertical-align: middle;
Received on Monday, 29 August 2011 17:42:10 UTC