diff options
| author | Mark Otto <[email protected]> | 2013-08-14 23:11:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 23:11:38 -0700 |
| commit | 6e26f846cdb96060afb0530f1d34fdfc2a11f83d (patch) | |
| tree | 8e0cc50da5b590d4452fa2bc157c74f44e48304b /_includes | |
| parent | 622fe05ff4c7f4110d5de8d4648505cfbf7349b2 (diff) | |
| download | bootstrap-6e26f846cdb96060afb0530f1d34fdfc2a11f83d.tar.xz bootstrap-6e26f846cdb96060afb0530f1d34fdfc2a11f83d.zip | |
fix #9454: add grid docs about responsive column clearing
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 202488370..d4acb7bc5 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -20,6 +20,7 @@ <li><a href="#grid-example-basic">Ex: Stacked-to-horizonal</a></li> <li><a href="#grid-example-mixed">Ex: Mobile-desktop</a></li> <li><a href="#grid-example-mixed-complete">Ex: Mobile, tablet, desktop</a></li> + <li><a href="#grid-responsive-clearing">Responsive column clearing</a></li> <li><a href="#grid-offsetting">Offset columns</a></li> <li><a href="#grid-nesting">Nested columns</a></li> <li><a href="#grid-column-ordering">Column ordering</a></li> |
