From: Mark Otto Date: Sun, 8 Dec 2013 04:52:51 +0000 (-0800) Subject: Add .container-fluid variation for full-width containers and layouts X-Git-Tag: v3.1.0~148^2~25^2~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6273604601c58284f49b38ae4e52533b9689437c;p=thirdparty%2Fbootstrap.git Add .container-fluid variation for full-width containers and layouts /cc #10711 #9862 --- 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: