- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Oct 2011 23:43:03 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-hierarchies
In directory hutz:/tmp/cvs-serv16808
Modified Files:
Overview.html Overview.src.html
Log Message:
Try again to fix the style rules.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html 18 Oct 2011 23:32:48 -0000 1.2
+++ Overview.html 18 Oct 2011 23:43:01 -0000 1.3
@@ -5,8 +5,9 @@
content="text/html; charset=UTF-8" http-equiv=Content-Type>
<title>CSS Hierarchies Module Level 3</title>
- <link href="./css-module/default.css" rel=stylesheet type="text/css">
- <link href="./W3C-ED.css" rel=stylesheet type="text/css">
+ <link href="../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 type="text/css">
/* delete this block when you've cleared out all the .replaceme elements */
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.src.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.src.html 18 Oct 2011 23:32:48 -0000 1.2
+++ Overview.src.html 18 Oct 2011 23:43:01 -0000 1.3
@@ -2,8 +2,8 @@
<html lang="en"><head profile="http://www.w3.org/2006/03/hcard"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CSS Hierarchies Module Level 3</title>
- <link rel="stylesheet" type="text/css" href="./css-module/default.css">
- <link rel="stylesheet" type="text/css" href="./W3C-[STATUS].css">
+ <link rel="stylesheet" type="text/css" href="../css-module/default.css">
+ <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
<style type="text/css">
/* delete this block when you've cleared out all the .replaceme elements */
.replaceme {
Received on Tuesday, 18 October 2011 23:43:09 UTC