Skip to content

Commit 5fcfcb4

Browse files
committed
[css-regions] change grid height to 110vh for appendix example
1 parent 85647c1 commit 5fcfcb4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-regions/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Regions Module Level 3" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-03-12 name=dcterms.issued>
15+
<meta content=2013-03-13 name=dcterms.issued>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -50,7 +50,7 @@
5050

5151
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
5252

53-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 March 2013</h2>
53+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 March 2013</h2>
5454

5555
<dl>
5656
<dt>This version:
@@ -3083,7 +3083,7 @@ <h2 class=no-num id=intro-example-code>Appendix A. Example Code for
30833083
&lt;style&gt;
30843084
#grid {
30853085
width: 80vw;
3086-
height: 60vw;
3086+
height: 110vh;
30873087
grid-template: "aaa.d"
30883088
"....d"
30893089
"bbb.d"

css3-regions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@ <h2 id="intro-example-code" class="no-num">Appendix A. Example Code for Introduc
26382638
&lt;style&gt;
26392639
#grid {
26402640
width: 80vw;
2641-
height: 60vw;
2641+
height: 110vh;
26422642
grid-template: "aaa.d"
26432643
"....d"
26442644
"bbb.d"

0 commit comments

Comments
 (0)