diff options
| author | Mark Otto <[email protected]> | 2013-12-28 18:46:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-28 18:46:36 -0800 |
| commit | 068010409b8738eaf92bc104fb708091fb9d20fb (patch) | |
| tree | 9edcaeac6184b212a041b720201667ef7747bf53 | |
| parent | a2aaf80c7e9f1848926e2c8817ee8475c8b30b43 (diff) | |
| parent | 120dce43e830c56225fbccb1e8a20091452b2b5a (diff) | |
| download | bootstrap-068010409b8738eaf92bc104fb708091fb9d20fb.tar.xz bootstrap-068010409b8738eaf92bc104fb708091fb9d20fb.zip | |
Merge pull request #12035 from tomByrer/master
fixed .clearfix example, + doc link
| -rw-r--r-- | examples/grid/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/grid/index.html b/examples/grid/index.html index cb66d7fb7..48baf6acd 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -112,9 +112,13 @@ <hr> <h3>Column clearing</h3> - <p>Clear floats at specific breakpoints to prevent awkward wrapping with uneven content.</p> + <p><a href="http://getbootstrap.com/css/#grid-responsive-resets" title="Official documentation for clearfix">Clear floats</a> at specific breakpoints to prevent awkward wrapping with uneven content.</p> <div class="row"> - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div> + <div class="col-xs-6 col-sm-3"> + .col-xs-6 .col-sm-3 + <br> + Resize your viewport or check it out on your phone for an example. + </div> <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div> <!-- Add the extra clearfix for only the required viewport --> |
