diff options
| author | Mark Otto <[email protected]> | 2013-12-07 20:52:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 20:52:51 -0800 |
| commit | 6273604601c58284f49b38ae4e52533b9689437c (patch) | |
| tree | 9b0c5f07ccad5148345c5b9eafd52b87f2092373 /_includes | |
| parent | 73bc7d9f12b24ac71eed830ac1c345e890bc27c3 (diff) | |
| download | bootstrap-6273604601c58284f49b38ae4e52533b9689437c.tar.xz bootstrap-6273604601c58284f49b38ae4e52533b9689437c.zip | |
Add .container-fluid variation for full-width containers and layouts
/cc #10711 #9862
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 215bf338b..0228932dd 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -16,6 +16,7 @@ <li><a href="#grid-media-queries">Media queries</a></li> <li><a href="#grid-options">Grid options</a></li> <li><a href="#grid-example-basic">Ex: Stacked-to-horizonal</a></li> + <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-responsive-resets">Responsive column resets</a></li> |
