- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 May 2011 08:53:13 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg
In directory hutz:/tmp/cvs-serv6308
Modified Files:
default.css
Log Message:
Sync'ed with css3-background. Added 'vertical-align: baseline' for proptable.
Index: default.css
===================================================================
RCS file: /sources/public/csswg/default.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- default.css 3 Mar 2011 08:22:40 -0000 1.13
+++ default.css 21 May 2011 08:53:11 -0000 1.14
@@ -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 {
@@ -123,7 +122,7 @@
position: absolute;
top: -0.6em;
left: -2.5em;
- width: 7.5em;
+ min-width: 7.5em;
text-align: center;
line-height: 1em;
color: #FFF8DD;
@@ -140,7 +139,7 @@
position: absolute;
top: -0.6em;
left: -2.5em;
- width: 7.5em;
+ min-width: 7.5em;
text-align: center;
line-height: 1em;
color: #FFF8DD;
@@ -333,6 +332,7 @@
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;
Received on Saturday, 21 May 2011 08:53:15 UTC