]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch 'master' of github.com:twbs/bootstrap
authorMark Otto <otto@github.com>
Sun, 1 Sep 2013 19:55:59 +0000 (21:55 +0200)
committerMark Otto <otto@github.com>
Sun, 1 Sep 2013 19:55:59 +0000 (21:55 +0200)
1  2 
getting-started.html
less/grid.less

Simple merge
diff --cc less/grid.less
index ef6f1ebda9207c37e67113ade438b4a45403a2f9,4cab7e38675e1d89af49de79d530e5ccd0d5c7a1..100d51fa224d8c1060f0fdb08fdd5cb36a5575e5
  //
  // Columns, offsets, pushes, and pulls for the large desktop device range.
  //
- // Note that `.col-lg-12` doesn't get floated on purposethere'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) {
 +@media (min-width: @screen-lg-min) {
    .container {
 -    max-width: @container-lg-desktop;
 +    max-width: @container-lg;
    }
  
    .col-lg-1,