- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Jan 2012 16:05:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg
In directory hutz:/tmp/cvs-serv14894
Modified Files:
default.css
Log Message:
Commented-out some invalid keywords: rem and xtext-transform.
Index: default.css
===================================================================
RCS file: /sources/public/csswg/default.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- default.css 3 Jan 2012 18:37:49 -0000 1.20
+++ default.css 11 Jan 2012 16:04:59 -0000 1.21
@@ -141,9 +141,9 @@
p.issue, div.issue, p.note, div.note, div.example, pre.example {
padding: .5em;
- padding: .5rem;
+ /* padding: .5rem; /* proposed unit in css3-values */
border-left-width: .5em;
- border-left-width: .5rem;
+ /* border-left-width: .5rem; /* proposed unit in css3-values */
border-left-style: solid;
}
@@ -187,7 +187,7 @@
}
/* ToC not indented, but font style shows hierarchy */
-ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; xtext-transform: uppercase; }
+ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; /*text-transform: uppercase;*/ }
ul.toc ul {margin: 0; padding: 0; font-weight: normal; text-transform: none; }
ul.toc ul ul {margin: 0 0 0 2em; font-style: italic; }
ul.toc ul ul ul {margin: 0}
Received on Wednesday, 11 January 2012 16:09:05 UTC