diff options
| author | Mark Otto <[email protected]> | 2013-08-15 10:01:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 10:01:14 -0700 |
| commit | 18be4e880c0a3554363b572299c57612cb050efa (patch) | |
| tree | 5998be9cb29cc9665d9f2b8c76bb95c9aafb8e99 | |
| parent | b9052a74bbaef215761befe618375ea1a4476dfc (diff) | |
| parent | 16191226034c93eabd6c35ee040e20d09cbf7da4 (diff) | |
| download | bootstrap-18be4e880c0a3554363b572299c57612cb050efa.tar.xz bootstrap-18be4e880c0a3554363b572299c57612cb050efa.zip | |
Merge pull request #9591 from BBosman/9523
Doc fixes related to #9523
| -rw-r--r-- | css.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -127,11 +127,11 @@ base_url: "../" </th> <th> Medium devices - <small>Desktops (>992px)</small> + <small>Desktops (≥992px)</small> </th> <th> Large devices - <small>Desktops (>1200px)</small> + <small>Desktops (≥1200px)</small> </th> </tr> </thead> @@ -2142,11 +2142,11 @@ For example, <code><section></code> should be wrapped as inline. </th> <th> Medium devices - <small>Desktops (>992px)</small> + <small>Desktops (≥992px)</small> </th> <th> Large devices - <small>Desktops (>1200px)</small> + <small>Desktops (≥1200px)</small> </th> </tr> </thead> |
