Skip to content

Commit 21992a0

Browse files
committed
Prepare for WD: shift default.css into directory
1 parent 38577c2 commit 21992a0

3 files changed

Lines changed: 487 additions & 2 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
55

66
<title>CSS Writing Modes Module Level 3</title>
7-
<link href="../default.css" rel=stylesheet type="text/css">
7+
<link href=default.css rel=stylesheet type="text/css">
88

99
<style type="text/css">
1010
object { vertical-align: middle; }

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>CSS Writing Modes Module Level 3</title>
6-
<link rel="stylesheet" type="text/css" href="../default.css">
6+
<link rel="stylesheet" type="text/css" href="default.css">
77
<style type="text/css">
88
object { vertical-align: middle; }
99
.sidebar { float: right; background: #eee; border: solid gray; margin: 1em; }

0 commit comments

Comments
 (0)