diff --git a/docs/getting-started.html b/docs/getting-started.html index b46c2d0a2f..e037354996 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.