aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-01 01:43:48 -0700
committerChris Rebert <[email protected]>2013-09-01 01:43:48 -0700
commit24d45f26ebb2cc895198e6806f88f143828845a8 (patch)
treed0a8c3c4dff70effd7083a5c29b3e1646e80626d
parent5418a7224346feaab6bf32a2fe9831d9a7a6d1b3 (diff)
parentf849e65d5682139d09ed7e6d1138cf877de3eca8 (diff)
downloadbootstrap-24d45f26ebb2cc895198e6806f88f143828845a8.tar.xz
bootstrap-24d45f26ebb2cc895198e6806f88f143828845a8.zip
Merge pull request #10336 from Shipow/master
Replace invalid US-ASCII character "\xE2")
-rw-r--r--less/grid.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/grid.less b/less/grid.less
index d3a3cf6bc..c552d4c34 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -76,7 +76,7 @@
// Grid classes for extra small devices like smartphones. No offset, push, or
// pull classes are present here due to the size of the target.
//
-// Note that `.col-xs-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-xs-12` doesn't get floated on purpose-there's no need since
// it's full-width.
.col-xs-1,
@@ -111,7 +111,7 @@
// Columns, offsets, pushes, and pulls for the small device range, from phones
// to tablets.
//
-// Note that `.col-sm-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-sm-12` doesn't get floated on purpose-there's no need since
// it's full-width.
@media (min-width: @screen-sm) {
@@ -189,7 +189,7 @@
//
// Columns, offsets, pushes, and pulls for the desktop device range.
//
-// Note that `.col-md-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-md-12` doesn't get floated on purpose-there's no need since
// it's full-width.
@media (min-width: @screen-md) {
@@ -269,7 +269,7 @@
//
// Columns, offsets, pushes, and pulls for the large desktop device range.
//
-// Note that `.col-lg-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-lg-12` doesn't get floated on purpose-there's no need since
// it's full-width.
@media (min-width: @screen-lg-desktop) {