- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Nov 2011 20:15:33 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv4089
Modified Files:
alternate-spec-style.css
Log Message:
Commented-out off-site style sheets. (No off-site resources allowed in
documents under /TR.) Removed prefixed properties. (Only standard
properties allowed in documents under /TR).
Index: alternate-spec-style.css
===================================================================
RCS file: /sources/public/csswg/css3-regions/alternate-spec-style.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- alternate-spec-style.css 28 Oct 2011 17:00:52 -0000 1.12
+++ alternate-spec-style.css 24 Nov 2011 20:15:31 -0000 1.13
@@ -1,5 +1,7 @@
+/*
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
+*/
body {
font-family: 'Droid Serif', serif;
@@ -356,10 +358,6 @@
position: absolute;
margin-left: -120px;
border-radius: 0.2em;
- -webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
- -ms-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
- -o-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
Received on Thursday, 24 November 2011 20:15:40 UTC