|
20 | 20 |
|
21 | 21 | <section><!-- rows --> |
22 | 22 | <h2 id="rows">Rows</h2> |
23 | | - <ul> |
| 23 | + <ul class="hxList"> |
24 | 24 | <li> |
25 | 25 | Rows are containers that allow you to divide their |
26 | 26 | <em>width</em> amongst their children. |
@@ -61,7 +61,7 @@ <h2 id="rows">Rows</h2> |
61 | 61 |
|
62 | 62 | <section><!-- columns --> |
63 | 63 | <h2 id="columns">Columns</h2> |
64 | | - <ul> |
| 64 | + <ul class="hxList"> |
65 | 65 | <li> |
66 | 66 | Columns are containers that allow you to divide their |
67 | 67 | <em>height</em> amongst their children. |
@@ -118,7 +118,7 @@ <h2 id="column-width">Column Width</h2> |
118 | 118 | Use the <code>.hxSpan-{N}</code> modifier (1 ≤ N ≤ 12) to create |
119 | 119 | columns that are a fraction of a 12-column row width. |
120 | 120 | </p> |
121 | | - <ul> |
| 121 | + <ul class="hxList"> |
122 | 122 | <li><code>.hxSpan-{N}-{size}</code> responsive classes are available.</li> |
123 | 123 | <li><code>.hxSpan-{N}</code> is shorthand for <code>.hxSpan-{N}-xs</code></li> |
124 | 124 | </ul> |
@@ -195,7 +195,7 @@ <h2 id="column-offset">Column Offset</h2> |
195 | 195 | You can use the <code>.hxOffset-{N}</code> class (1 ≤ N ≤ 11) |
196 | 196 | to offset your column from the start of the row. |
197 | 197 | </p> |
198 | | - <ul> |
| 198 | + <ul class="hxList"> |
199 | 199 | <li> |
200 | 200 | <code>.hxOffset-{N}-{size}</code> responsive classes are available |
201 | 201 | </li> |
@@ -254,7 +254,7 @@ <h2 id="column-ordering">Column Ordering</h2> |
254 | 254 | Use the <code>.hxOrder-{N}</code> class (1 ≤ N ≤ 12) to reorder |
255 | 255 | your columns. |
256 | 256 | </p> |
257 | | - <ul> |
| 257 | + <ul class="hxList"> |
258 | 258 | <li> |
259 | 259 | <code>.hxOrder-{N}-{size}</code> responsive classes are available |
260 | 260 | </li> |
@@ -294,7 +294,7 @@ <h2 id="column-ordering">Column Ordering</h2> |
294 | 294 |
|
295 | 295 | <section><!-- responsive options --> |
296 | 296 | <h2 id="responsive-options">Responsive Options</h2> |
297 | | - <ul> |
| 297 | + <ul class="hxList"> |
298 | 298 | <li>All column modifiers support adding an optional breakpoint.</li> |
299 | 299 | <li> |
300 | 300 | Omitting the breakpoint will default to <code>xs</code> |
@@ -396,7 +396,7 @@ <h2 id="column-wrapping">Column Wrapping</h2> |
396 | 396 | <p> |
397 | 397 | The following example should arrange the content into: |
398 | 398 | </p> |
399 | | - <ul> |
| 399 | + <ul class="hxList"> |
400 | 400 | <li>3 columns on small screens</li> |
401 | 401 | <li>4 columns on medium screens</li> |
402 | 402 | <li>6 columns on all other sizes</li> |
@@ -500,7 +500,7 @@ <h2 id="styling-containers">Styling Containers</h2> |
500 | 500 | <hx-alert type="warning" status="warning" static> |
501 | 501 | Do not attempt to style rows or columns directly. |
502 | 502 | </hx-alert> |
503 | | - <ul> |
| 503 | + <ul class="hxList"> |
504 | 504 | <li>Rows have margins set to align the outer columns with surrounding content.</li> |
505 | 505 | <li>Columns in a row have padding applied to them to simulate gutters.</li> |
506 | 506 | <li>Wrap your content in a <code><div></code> to apply custom CSS.</li> |
@@ -560,7 +560,7 @@ <h2 id="styling-containers">Styling Containers</h2> |
560 | 560 |
|
561 | 561 | <section><!-- going gutterless --> |
562 | 562 | <h2 id="going-gutterless">Going Gutterless</h2> |
563 | | - <ul> |
| 563 | + <ul class="hxList"> |
564 | 564 | <li> |
565 | 565 | Add the <code>.hxGutterless</code> CSS class to your row container |
566 | 566 | to remove gutters from its immediate children. |
|
0 commit comments