Skip to content

Commit

Permalink
Merge pull request twbs#9463 from PMPP/css-ex-fix
Browse files Browse the repository at this point in the history
CSS Grid old classes in use
  • Loading branch information
cvrebert committed Aug 14, 2013
2 parents aa2c152 + 1800edc commit 1fd51b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ <h3 id="grid-example-mixed-complete">Example: Mobile, tablet, and desktop</h3>
<div class="col-xs-6 col-sm-4 col-md-4">.col-xs-6 .col-sm-4 .col-md-4</div>
</div>
<div class="row show-grid">
<div class="col-6 col-sm-6 col-md-6">.col-xs-6 .col-sm-6 .col-md-6</div>
<div class="col-6 col-sm-6 col-md-6">.col-xs-6 .col-sm-6 .col-md-6</div>
<div class="col-xs-6 col-sm-6 col-md-6">.col-xs-6 .col-sm-6 .col-md-6</div>
<div class="col-xs-6 col-sm-6 col-md-6">.col-xs-6 .col-sm-6 .col-md-6</div>
</div>
</div>
{% highlight html %}
Expand Down

0 comments on commit 1fd51b0

Please sign in to comment.