Skip to content

Commit 50d40b5

Browse files
committed
Missed renaming initial value of justify-content
1 parent e576dbe commit 50d40b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ <h3 id=justify-content-property><span class=secno>8.2. </span> Axis
19421942
<tr>
19431943
<th>Initial:
19441944

1945-
<td>start
1945+
<td>flex-start
19461946

19471947
<tr>
19481948
<th>Applies to:
@@ -3610,7 +3610,7 @@ <h2 class=no-num id=property>Property index</h2>
36103610

36113611
<td>flex-start | flex-end | center | space-between | space-around
36123612

3613-
<td>start
3613+
<td>flex-start
36143614

36153615
<td>flex containers
36163616

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ <h3 id='justify-content-property'>
13691369
<td>flex-start | flex-end | center | space-between | space-around
13701370
<tr>
13711371
<th>Initial:
1372-
<td>start
1372+
<td>flex-start
13731373
<tr>
13741374
<th>Applies to:
13751375
<td>flex containers

0 commit comments

Comments
 (0)