File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > */
Original file line number Diff line number Diff 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<!-- --> }
You can’t perform that action at this time.
0 commit comments