We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38577c2 commit 21992a0Copy full SHA for 21992a0
3 files changed
css3-writing-modes/Overview.html
@@ -4,7 +4,7 @@
4
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
5
6
<title>CSS Writing Modes Module Level 3</title>
7
- <link href="../default.css" rel=stylesheet type="text/css">
+ <link href=default.css rel=stylesheet type="text/css">
8
9
<style type="text/css">
10
object { vertical-align: middle; }
css3-writing-modes/Overview.src.html
@@ -3,7 +3,7 @@
3
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" type="text/css" href="../default.css">
+ <link rel="stylesheet" type="text/css" href="default.css">
.sidebar { float: right; background: #eee; border: solid gray; margin: 1em; }
0 commit comments