- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 22:52:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv10371
Modified Files:
Overview.html Overview.src.html
Removed Files:
default.css pretty-spec.html stylesheet.css
Log Message:
Switching to nimbu's stylesheet by default.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.html 16 Aug 2011 03:22:16 -0000 1.150
+++ Overview.html 16 Aug 2011 22:52:26 -0000 1.151
@@ -4,16 +4,11 @@
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
<title>CSS Image Values and Replaced Content Module Level 3</title>
- <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
+ <link href="http://dev.w3.org/csswg/css-module/default.css" rel=stylesheet
type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
type="text/css">
- <style>
- p { text-indent: 0 !important; margin: 1em 0 !important; }
- p:first-child { margin-top: 0 !important; }
- </style>
-
<body>
<div class=head> <!--begin-logo-->
<p><a href="http://www.w3.org/"><img alt=W3C height=48
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Overview.src.html 16 Aug 2011 03:22:16 -0000 1.157
+++ Overview.src.html 16 Aug 2011 22:52:26 -0000 1.158
@@ -3,12 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CSS Image Values and Replaced Content Module Level 3</title>
- <link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
+ <link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED">
- <style>
- p { text-indent: 0 !important; margin: 1em 0 !important; }
- p:first-child { margin-top: 0 !important; }
- </style>
</head>
<body>
--- default.css DELETED ---
--- stylesheet.css DELETED ---
--- pretty-spec.html DELETED ---
Received on Tuesday, 16 August 2011 22:52:30 UTC