- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 May 2011 08:54:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv6408
Modified Files:
default.css
Log Message:
Added 'vertical-align: baseline' for proptable.
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css3-background/default.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- default.css 17 May 2011 01:13:03 -0000 1.15
+++ default.css 21 May 2011 08:54:04 -0000 1.16
@@ -1,10 +1,6 @@
/*
* Style sheet for the CSS3 specification,
* to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC}
-<<<<<<< default.css
- * $Id$
-=======
->>>>>>> 1.14
*/
@media print {
@@ -336,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:54:12 UTC