Skip to content

Commit 9c61bc0

Browse files
committed
Using default.css in current directory. That way there is no need to
change the link when publishing the draft. (The default.css is in reality still ../default.css, because of an HTTP redirect.)
1 parent 2d496f0 commit 9c61bc0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css3-layout/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
profile="http://microformats.org/profile/hcard http://microformats.org/wiki/rel-license">
66
<title>CSS Grid Template Layout Module</title>
77
<meta content="text/html; charset=utf-8" http-equiv=content-type>
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">
11+
/* Just in case an incorrect 'max-width' occurs in default.css */
12+
body {max-width: auto !important}
13+
1114
.prod { font-family: inherit; font-size: inherit }
1215
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
1316
code { font-size: inherit; }

0 commit comments

Comments
 (0)