diff options
| author | Chris Rebert <[email protected]> | 2013-08-05 17:43:29 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-05 17:43:29 -0700 |
| commit | 668bc5f4580af3827d11cfad5bc8fbe9becd7206 (patch) | |
| tree | 976c5385be7a9378cb56895a936b642f858cb25a /css.html | |
| parent | f3bd6dbf0356033e110fa13856c6ea28fa6623e9 (diff) | |
| download | bootstrap-668bc5f4580af3827d11cfad5bc8fbe9becd7206.tar.xz bootstrap-668bc5f4580af3827d11cfad5bc8fbe9becd7206.zip | |
Fix pixel values in Responsive Utilities docs to match the actual code
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1966,8 +1966,8 @@ For example, <code><section></code> should be wrapped as inline. <tr> <th>Class</th> <th>Small devices <small>Up to 768px</small></th> - <th>Medium devices <small>768px to 979px</small></th> - <th>Large devices <small>980px and up</small></th> + <th>Medium devices <small>768px to 991px</small></th> + <th>Large devices <small>992px and up</small></th> </tr> </thead> <tbody> |
