- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Jan 2012 23:13:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv31766
Modified Files:
Overview.src.html
Log Message:
revising link to style sheet
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- Overview.src.html 10 Jan 2012 23:10:53 -0000 1.201
+++ Overview.src.html 10 Jan 2012 23:13:12 -0000 1.202
@@ -4,9 +4,8 @@
<head>
<title>CSS Generated Content for Paged Media Module</title>
-<link href="../default.css" rel=stylesheet type="text/css">
-<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]" rel=stylesheet type="text/css">
-<link href="../default.css" rel="stylesheet" type="text/css">
+<link rel="stylesheet" type="text/css" href="../default.css">
+<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" rel=stylesheet type="text/css">
<style type="text/css">
.example img { display: block }
Received on Tuesday, 10 January 2012 23:13:15 UTC