Skip to content

Commit

Permalink
tweak twbs#10336 to double up on the hyphen-minuses to better approxi…
Browse files Browse the repository at this point in the history
…mate a long dash
  • Loading branch information
cvrebert committed Sep 1, 2013
1 parent 24d45f2 commit 604c3b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions less/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 604c3b2

Please sign in to comment.