Skip to content

Commit 60415fe

Browse files
committed
Generated. Do not edit!
1 parent 067abbe commit 60415fe

1 file changed

Lines changed: 23 additions & 36 deletions

File tree

css3-layout/Overview.html

Lines changed: 23 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,29 @@
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-
.prod { font-family: inherit; font-size: inherit }
12-
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
13-
code { font-size: inherit; }
14-
15-
.level4 {color: gray; clear: both}
16-
.level4 h2, .level4 h3, .level4 h4 {color: inherit}
17-
p.level4:before, div.level4:before, li.level4:before {
18-
content: "LEVEL\A 4"; background: #BBB; color: white; white-space: pre;
19-
text-align: center; float: left; margin: 0 0.3em 0.1em 0; min-width: 0;
20-
border-radius: 100%; line-height: 1; font-size: small;
21-
padding: 1.1em 0.4em 0.6em 0.4em}
22-
23-
.example .visible {border: thin dotted silver}
24-
25-
/* delete this block when you've cleared out all the .replaceme elements */
26-
.replaceme {
27-
border: solid red;
28-
padding: 0 0.5em;
29-
margin: 0 0.1em;
30-
background: yellow;
31-
color: green;
32-
}
33-
.replaceme:before {
34-
content: "FIXME(";
35-
color: black;
36-
}
37-
.replaceme:after {
38-
content: ")";
39-
color: black;
40-
}
41-
</style>
42-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
43-
type="text/css">
11+
/* Just in case an incorrect &lsquo;</style>
12+
13+
<body>
14+
<p><code class=property>max-width</code>&rsquo; occurs in default.css */
15+
body {max-width: auto !important} .prod { font-family: inherit; font-size:
16+
inherit } pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em } code {
17+
font-size: inherit; } .level4 {color: gray; clear: both} .level4 h2,
18+
.level4 h3, .level4 h4 {color: inherit} p.level4:before,
19+
div.level4:before, li.level4:before { content: "LEVEL\A 4"; background:
20+
#BBB; color: white; white-space: pre; text-align: center; float: left;
21+
margin: 0 0.3em 0.1em 0; min-width: 0; border-radius: 100%; line-height:
22+
1; font-size: small; padding: 1.1em 0.4em 0.6em 0.4em} .example .visible
23+
{border: thin dotted silver} /* delete this block when you've cleared out
24+
all the .replaceme elements */ .replaceme { border: solid red; padding: 0
25+
0.5em; margin: 0 0.1em; background: yellow; color: green; }
26+
.replaceme:before { content: "FIXME("; color: black; } .replaceme:after {
27+
content: ")"; color: black; }
28+
29+
<head><link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css"
30+
rel=stylesheet type="text/css">
4431

4532
<body>
4633
<div class=head> <!--begin-logo-->
@@ -50,13 +37,13 @@
5037
<h1>CSS Grid Template Layout Module</h1>
5138
<!--=================================================================-->
5239
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
53-
21 March 2012</h2>
40+
29 March 2012</h2>
5441

5542
<dl>
5643
<dt>This version:
5744

5845
<dd><a
59-
href="http://www.w3.org/TR/2012/ED-css3-layout-20120321/">http://www.w3.org/TR/2012/ED-css3-layout-20120321/</a>
46+
href="http://www.w3.org/TR/2012/ED-css3-layout-20120329/">http://www.w3.org/TR/2012/ED-css3-layout-20120329/</a>
6047

6148

6249
<dt>Latest version:

0 commit comments

Comments
 (0)