From 62fe50df73b07045ffa74cefdbb5e2b93435674e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 11 Jan 2014 22:04:33 +0100 Subject: Update docs per `.container-fluid` addition - Remove `.container-fluid` from "removed classes". - Container isn't fluid by default (`.container`) and `.row` isn't percentage-based, so update docs. --- docs/getting-started.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index b46c2d0a2..e03735499 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -349,10 +349,6 @@ bootstrap/ - - .container-fluid - .container - .row-fluid .row @@ -677,11 +673,6 @@ bootstrap/ .input-block-level No direct equivalent, but forms controls are similar. - - Fluid container - .container-fluid - .container (no more fixed grid) - Fluid row .row-fluid @@ -744,7 +735,7 @@ bootstrap/
  • Text-based form controls with the .form-control class applied are now 100% wide by default. Wrap inputs inside <div class="col-*"></div> to control input widths.
  • .badge no longer has contextual (-success,-primary,etc..) classes.
  • .btn must also use .btn-default to get the "default" button.
  • -
  • .container and .row are now fluid (percentage-based).
  • +
  • .row is now fluid.
  • Images are no longer responsive by default. Use .img-responsive for fluid <img> size.
  • The icons, now .glyphicon, are now font based. Icons also require a base and icon class (e.g. .glyphicon .glyphicon-asterisk).
  • Typeahead has been dropped, in favor of using Twitter Typeahead.
  • -- cgit v1.2.3 From 80c9c14ab956459f07a7f1de8693a2ab693bcb51 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 11 Jan 2014 17:15:08 -0800 Subject: rm lingering reference to Recess in the docs Refs c0200426ee72b165de400db740a60bae5d344b3c --- docs/getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index e03735499..86b08d121 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -50,7 +50,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex

    Compiling Bootstrap's LESS files

    -

    If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. For compiling LESS files into CSS, we only officially support Recess, which is Twitter's CSS hinter based on less.js.

    +

    If you work with Bootstrap's uncompiled source code, you need to compile the LESS files to produce usable CSS files. For compiling LESS files into CSS, we only officially support less.js.

    @@ -1099,4 +1099,4 @@ if (isAndroid) {

    Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where optimizing bandwidth is an issue. We encourage you to remove whatever is unused with our Customizer.

    Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.

    - \ No newline at end of file + -- cgit v1.2.3