Skip to content

Commit fe58a07

Browse files
committed
change default.css link to ../default.css
1 parent ad53e78 commit fe58a07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-grid/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
22
"http://www.w3.org/TR/html4/strict.dtd">
33

44
<html lang=en>
55
<head><meta content="text/html;charset=utf-8" http-equiv=Content-Type>
66

77
<title>CSS Grid Positioning Module Level 3</title>
8-
<link href=default.css rel=stylesheet type="text/css">
8+
<link href="../default.css" rel=stylesheet type="text/css">
99

1010
<style type="text/css">
1111
.cols { width: 500px; height: 200px; background: #fff; position: relative; border: solid 10px blue; margin: 0.5em 2em 1em 0; font: bold 14px/19px Arial, sans-serif }

0 commit comments

Comments
 (0)