Skip to content

Commit f62667c

Browse files
Making default.css reference relative. Fixing W3C-ED.css path.
1 parent 9a56383 commit f62667c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

css3-grid-align/Overview.src.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
2-
'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
32
<html lang="en">
43
<head profile="http://www.w3.org/2006/03/hcard">
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
65
<title>CSS Grid Layout</title>
7-
<link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
8-
type="text/css">
9-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
10-
type="text/css">
6+
<link href="../default.css" rel=stylesheet type="text/css">
7+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css">
118
<style type="text/css">
129
.example {
1310
clear:both

0 commit comments

Comments
 (0)