From 6273604601c58284f49b38ae4e52533b9689437c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Dec 2013 20:52:51 -0800 Subject: [PATCH] Add .container-fluid variation for full-width containers and layouts /cc #10711 #9862 --- _includes/nav-css.html | 1 + css.html | 12 +++++++++++- dist/css/bootstrap.css | 38 +++++++++++++++++++++++++++++++++++--- dist/css/bootstrap.min.css | 2 +- less/grid.less | 27 ++++++++++++++++++++++++--- less/navbar.less | 22 +++++++++++++--------- 6 files changed, 85 insertions(+), 17 deletions(-) diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 215bf338b2..0228932dd3 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -16,6 +16,7 @@
  • Media queries
  • Grid options
  • Ex: Stacked-to-horizonal
  • +
  • Ex: Fluid container
  • Ex: Mobile and desktops
  • Ex: Mobile, tablet, desktops
  • Responsive column resets
  • diff --git a/css.html b/css.html index 561ffe4485..321042a776 100644 --- a/css.html +++ b/css.html @@ -76,7 +76,7 @@ base_url: "../"

    Introduction

    Grid systems are used for creating page layouts through a series of rows and columns that house your content. Here's how the Bootstrap grid system works: