diff options
| author | Chris Rebert <[email protected]> | 2013-12-03 11:28:57 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-03 11:28:57 -0800 |
| commit | 018a1d535b5b7310e31ba007769ca8a46fcd2f4a (patch) | |
| tree | d9c1373c0bf6f48d04f947690a34c7a35a23e54d | |
| parent | 199872418c1d0aac6e79218cfb86ba2b751e571e (diff) | |
| parent | 7a9d9f7dc485bcd624c1e49c99029c9d2d410e11 (diff) | |
| download | bootstrap-018a1d535b5b7310e31ba007769ca8a46fcd2f4a.tar.xz bootstrap-018a1d535b5b7310e31ba007769ca8a46fcd2f4a.zip | |
Merge pull request #11691 from twbs/xs-grid-docs-fix
document that XS grid supports offsets and push/pull
| -rw-r--r-- | css.html | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -178,13 +178,11 @@ base_url: "../" </tr> <tr> <th>Offsets</th> - <td colspan="1" class="text-muted">N/A</td> - <td colspan="3">Yes</td> + <td colspan="4">Yes</td> </tr> <tr> <th>Column ordering</th> - <td class="text-muted">N/A</td> - <td colspan="3">Yes</td> + <td colspan="4">Yes</td> </tr> </tbody> </table> |
