Skip to content

Commit 2372a1a

Browse files
committed
Fix syntax error
1 parent 6167ab4 commit 2372a1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ <h3 id=visibility-collapse><span class=secno>4.3. </span> Collapsed Items</h3>
10981098
<!-- --> #main {
10991099
<!-- --> flex: 1; /* <a
11001100
href="#flexibility">Main takes up all remaining space</a> */
1101-
<!-- --> order: 1 /* <a
1101+
<!-- --> order: 1; /* <a
11021102
href="#order-property">Place it after (to the right of) the navigation</a> */
11031103
<!-- --> min-width: 12em; /* <a
11041104
href="#min-size-opt">Optimize main content area sizing</a> */

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ <h3 id='visibility-collapse'>
771771
<!-- --> header + div { display: flex; }
772772
<!-- --> #main {
773773
<!-- --> flex: 1; /* <a href="#flexibility">Main takes up all remaining space</a> */
774-
<!-- --> order: 1 /* <a href="#order-property">Place it after (to the right of) the navigation</a> */
774+
<!-- --> order: 1; /* <a href="#order-property">Place it after (to the right of) the navigation</a> */
775775
<!-- --> min-width: 12em; /* <a href="#min-size-opt">Optimize main content area sizing</a> */
776776
<!-- --> }
777777
<!-- --> }

0 commit comments

Comments
 (0)