Skip to content

Commit 2b5b190

Browse files
committed
x
1 parent 139974e commit 2b5b190

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css3-multicol/Overview.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
table.breaks td, table.breaks th { border: thin solid black; padding: 0.1em 0.2em }
2121

2222
div.example:before { width: 9em }
23+
24+
body { columns: 2 }
25+
h1, h2, h3, div { column-span: all }
2326
</style>
2427

2528
<body>
@@ -29,13 +32,13 @@
2932

3033
<h1>CSS Multi-column Layout Module</h1>
3134

32-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 2 November 2010</h2>
35+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 4 November 2010</h2>
3336

3437
<dl>
3538
<dt>This version:
3639

3740
<dd>
38-
<!--<a href="http://www.w3.org/TR/2010/CR-css3-multicol-20101102">http://www.w3.org/TR/2010/ED-css3-multicol-20101102</a>-->
41+
<!--<a href="http://www.w3.org/TR/2010/CR-css3-multicol-20101104">http://www.w3.org/TR/2010/ED-css3-multicol-20101104</a>-->
3942
<a
4043
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
4144

0 commit comments

Comments
 (0)