diff options
| author | Mark Otto <[email protected]> | 2013-07-30 09:40:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 09:40:01 -0700 |
| commit | d9266f95c4d0d9c3ea77a413f5f0eff2eeaaaa12 (patch) | |
| tree | dde9f152494e461b9456d95faa676e68370bd3cb | |
| parent | 5ef1fe160eb60622027dc14ab0627da704d5b374 (diff) | |
| parent | 3d54fe180c5384aecf9090daa0dd7a99f2bfb5c3 (diff) | |
| download | bootstrap-d9266f95c4d0d9c3ea77a413f5f0eff2eeaaaa12.tar.xz bootstrap-d9266f95c4d0d9c3ea77a413f5f0eff2eeaaaa12.zip | |
Merge pull request #8846 from ggam/patch-5
Fix grid sizes documentation
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,11 +92,11 @@ base_url: "../" <th></th> <th> Tiny devices - <small>Phones (<480px)</small> + <small>Phones (<768px)</small> </th> <th> Small devices - <small>Tablets (<768px)</small> + <small>Tablets (>768px)</small> </th> <th> Medium devices |
