diff options
| author | Mark Otto <[email protected]> | 2013-08-15 20:43:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 20:43:55 -0700 |
| commit | c4b59fc1caab59fdc0220d8ad1a8b0df00c7fa56 (patch) | |
| tree | 2cc54b64ab4c30050dd4a2c4508b7fbe0cb54a1e /_includes | |
| parent | 111bdc4e93ffd61b08736e7ec87699dc4a8d3ca2 (diff) | |
| download | bootstrap-c4b59fc1caab59fdc0220d8ad1a8b0df00c7fa56.tar.xz bootstrap-c4b59fc1caab59fdc0220d8ad1a8b0df00c7fa56.zip | |
fixes #9663: third part, document the resets
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/nav-css.html b/_includes/nav-css.html index e363df52b..f5226ec5e 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -20,7 +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-responsive-resets">Responsive column resets</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> |
