File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,6 @@ Inline Layout Model</h2>
124
124
are each different things!
125
125
See [[CSS-DISPLAY-3]] for an in-depth discussion of box types and related terminology.
126
126
127
- <figure>
128
- <img src="images/box-model.png"
129
- alt="diagram showing inline boxes split across line boxes as described above">
130
- <figcaption> Inline Layout Box Model</figcaption>
131
- </figure>
132
-
133
127
<h3 id="line-boxes">
134
128
Layout of Line Boxes</h3>
135
129
@@ -203,6 +197,12 @@ Layout of Line Boxes</h3>
203
197
and must be treated as not existing for any other purpose
204
198
(such as <a href="https://www.w3.org/TR/CSS2/box.html#collapsing-margins">collapsing margins</a> ).
205
199
200
+ <figure>
201
+ <img src="images/box-model.png"
202
+ alt="diagram showing inline boxes split across line boxes as described above">
203
+ <figcaption> Inline Layout Box Model</figcaption>
204
+ </figure>
205
+
206
206
<h3 id="line-layout">
207
207
Layout Within Line Boxes</h3>
208
208
You can’t perform that action at this time.
0 commit comments