diff options
| author | Chris Rebert <[email protected]> | 2014-04-30 20:16:30 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-30 20:16:30 -0700 |
| commit | 99f22d97ba4d82faa22c2b3a406dd4058b426e8e (patch) | |
| tree | fba13408c94216190babddc5427d95e55a696398 /docs/_includes/nav/css.html | |
| parent | 4c3ef52fc12519b59584a4696e6b3eca70551ce8 (diff) | |
| parent | f793853609ad0d292ba6291a8c87c66fd659a560 (diff) | |
| download | bootstrap-99f22d97ba4d82faa22c2b3a406dd4058b426e8e.tar.xz bootstrap-99f22d97ba4d82faa22c2b3a406dd4058b426e8e.zip | |
Merge pull request #13434 from twbs/fix-13247
document grid column wrapping behavior; fixes #13247
Diffstat (limited to 'docs/_includes/nav/css.html')
| -rw-r--r-- | docs/_includes/nav/css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html index d67ad20be..f2b1b5420 100644 --- a/docs/_includes/nav/css.html +++ b/docs/_includes/nav/css.html @@ -18,6 +18,7 @@ <li><a href="#grid-example-fluid">Ex: Fluid container</a></li> <li><a href="#grid-example-mixed">Ex: Mobile and desktops</a></li> <li><a href="#grid-example-mixed-complete">Ex: Mobile, tablet, desktops</a></li> + <li><a href="#grid-example-wrapping">Ex: Column wrapping</a></li> <li><a href="#grid-responsive-resets">Responsive column resets</a></li> <li><a href="#grid-offsetting">Offsetting columns</a></li> <li><a href="#grid-nesting">Nesting columns</a></li> |
