From: Kevin Granger Date: Sat, 31 Aug 2013 15:50:14 +0000 (+0200) Subject: Replace invalid US-ASCII character "\xE2") X-Git-Tag: v3.0.1~95^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10336%2Fhead;p=thirdparty%2Fbootstrap.git Replace invalid US-ASCII character "\xE2") Replace invalid US-ASCII character "\xE2") '—' => '-' --- diff --git a/less/grid.less b/less/grid.less index d3a3cf6bca..c552d4c34f 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) {