diff options
| author | Bas Bosman <[email protected]> | 2013-08-15 11:40:39 +0200 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2013-08-15 11:40:39 +0200 |
| commit | 16191226034c93eabd6c35ee040e20d09cbf7da4 (patch) | |
| tree | ce92371c9a2dd9b769cb73ec9f1d86cd036b177f | |
| parent | fee3f1e733e80bd128736e1b9b403f49b701a6a9 (diff) | |
| download | bootstrap-16191226034c93eabd6c35ee040e20d09cbf7da4.tar.xz bootstrap-16191226034c93eabd6c35ee040e20d09cbf7da4.zip | |
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> |
