From f849e65d5682139d09ed7e6d1138cf877de3eca8 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Sat, 31 Aug 2013 17:50:14 +0200 Subject: Replace invalid US-ASCII character "\xE2") MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace invalid US-ASCII character "\xE2") '—' => '-' --- less/grid.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'less') 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) { -- cgit v1.2.3 From 604c3b2efca306151181d2c13353721a84349da4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 1 Sep 2013 01:46:18 -0700 Subject: tweak #10336 to double up on the hyphen-minuses to better approximate a long dash --- less/grid.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'less') diff --git a/less/grid.less b/less/grid.less index c552d4c34..4cab7e386 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) { -- cgit v1.2.3