csswg/css3-ui Overview.html,1.21,1.22 Overview.src.html,1.22,1.23

Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv17960

Modified Files:
	Overview.html Overview.src.html 
Log Message:
m: fix default.css style sheet link

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Overview.html	4 May 2011 23:22:18 -0000	1.21
+++ Overview.html	4 May 2011 23:28:51 -0000	1.22
@@ -17,7 +17,7 @@
   <meta content="Tantek &Ccedil;elik" lang=tr name=author>
 
   <title>CSS Basic User Interface Module Level 3 (CSS3 UI)</title>
-  <link href=default.css rel=stylesheet title=Default type="text/css">
+  <link href="../default.css" rel=stylesheet title=Default type="text/css">
 
   <style type="text/css">
 .subtoc ul,.subtoc ol { list-style-type: none }

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.src.html	4 May 2011 23:22:18 -0000	1.22
+++ Overview.src.html	4 May 2011 23:28:51 -0000	1.23
@@ -17,7 +17,7 @@
 <meta http-equiv="Content-Language" content="en">
 <meta name="author" lang="tr" content="Tantek &Ccedil;elik">
 <title>CSS Basic User Interface Module Level 3 (CSS3 UI)</title>
-<link href="default.css" rel="stylesheet" type="text/css" title="Default">
+<link href="../default.css" rel="stylesheet" type="text/css" title="Default">
 <style type="text/css">
 .subtoc ul,.subtoc ol { list-style-type: none }
 ol.objectives { list-style: decimal }

Received on Wednesday, 4 May 2011 23:28:55 UTC