8000 update stylesheet link · w3c/csswg-drafts@18c0d20 · GitHub
Skip to content

Commit 18c0d20

Browse files
committed
update stylesheet link
1 parent e8b2491 commit 18c0d20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-mediaqueries/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.example pre em { font-style: normal }
1515
span.label { font-style: italic }
1616
</style>
17-
<link href="../default.css" rel=stylesheet>
17+
<link href=default.css rel=stylesheet>
1818
<link href="http://www.w3.org/StyleSheets/TR/W3C-CR" rel=stylesheet>
1919

2020
<body>

css3-mediaqueries/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
span.label { font-style: italic }
1515
</style>
1616

17-
<link rel="stylesheet" href="../default.css">
17+
<link rel="stylesheet" href="default.css">
1818
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
1919

2020
</head>

0 commit comments

Comments
 (0)