diff options
| author | Mark Otto <[email protected]> | 2013-11-29 23:46:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-29 23:46:35 -0800 |
| commit | 5b137e5857e5acc7ec8ebe6df6c6e311fa404f08 (patch) | |
| tree | d1d81bba1f1a973f0c473cbd86271ec8f1bd3dd1 | |
| parent | f7b7cc3443da0a228fdfb4d5c02f25427f978bb1 (diff) | |
| parent | 283c86db38df3c9273749cdd0c401e06a4e66c37 (diff) | |
| download | bootstrap-5b137e5857e5acc7ec8ebe6df6c6e311fa404f08.tar.xz bootstrap-5b137e5857e5acc7ec8ebe6df6c6e311fa404f08.zip | |
Merge pull request #11511 from ZDroid/fix-xs-comments
Fix comments for extra small grid
| -rw-r--r-- | less/grid.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/grid.less b/less/grid.less index 329f68bd3..f5256be54 100644 --- a/less/grid.less +++ b/less/grid.less @@ -28,8 +28,8 @@ // Extra small grid // -// Grid classes for extra small devices like smartphones. No offset, push, or -// pull classes are present here due to the size of the target. +// Columns, offsets, pushes, and pulls for extra small devices like +// smartphones. // // Note that `.col-xs-12` doesn't get floated on purpose--there's no need since // it's full-width. |
