Skip to content

Commit 37408eb

Browse files
author
Tantek Çelik
committed
m: fix default.css style sheet link
1 parent 1785b81 commit 37408eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-ui/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta content="Tantek &Ccedil;elik" lang=tr name=author>
1818

1919
<title>CSS Basic User Interface Module Level 3 (CSS3 UI)</title>
20-
<link href=default.css rel=stylesheet title=Default type="text/css">
20+
<link href="../default.css" rel=stylesheet title=Default type="text/css">
2121

2222
<style type="text/css">
2323
.subtoc ul,.subtoc ol { list-style-type: none }

css3-ui/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta http-equiv="Content-Language" content="en">
1818
<meta name="author" lang="tr" content="Tantek &Ccedil;elik">
1919
<title>CSS Basic User Interface Module Level 3 (CSS3 UI)</title>
20-
<link href="default.css" rel="stylesheet" type="text/css" title="Default">
20+
<link href="../default.css" rel="stylesheet" type="text/css" title="Default">
2121
<style type="text/css">
2222
.subtoc ul,.subtoc ol { list-style-type: none }
2323
ol.objectives { list-style: decimal }

0 commit comments

Comments
 (0)