Commit 18be4e88 authored by Mark Otto's avatar Mark Otto

Merge pull request #9591 from BBosman/9523

Doc fixes related to #9523
parents b9052a74 16191226
......@@ -127,11 +127,11 @@ base_url: "../"
</th>
<th>
Medium devices
<small>Desktops (&gt;992px)</small>
<small>Desktops (&ge;992px)</small>
</th>
<th>
Large devices
<small>Desktops (&gt;1200px)</small>
<small>Desktops (&ge;1200px)</small>
</th>
</tr>
</thead>
......@@ -2142,11 +2142,11 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</th>
<th>
Medium devices
<small>Desktops (&gt;992px)</small>
<small>Desktops (&ge;992px)</small>
</th>
<th>
Large devices
<small>Desktops (&gt;1200px)</small>
<small>Desktops (&ge;1200px)</small>
</th>
</tr>
</thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment