diff --git a/getting-started.html b/getting-started.html index 1bc23d339e..5fc05569cc 100644 --- a/getting-started.html +++ b/getting-started.html @@ -593,24 +593,19 @@ bootstrap/
We've made many underlying changes in v3 that are not immediately apparent without closer inspection. Base classes, key styles, and behaviors have been adjusted for flexibility and our mobile first approach.
+We've made many underlying changes in v3 that are not immediately apparent. Base classes, key styles, and behaviors have been adjusted for flexibility and our mobile first approach.
.input-* are 100% width. 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).img-responsive for fluid <img> size.glyphicon are in a separate CSS file..glyphicon base class in all icons (e.g. .glyphicon .glyphicon-asterisk).<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)..img-responsive for fluid <img> size..glyphicon, are now font based. They also require a base and icon class (e.g. .glyphicon .glyphicon-asterisk)..modal-header .modal-body .modal-footer now get wrapped in .modal-content and .modal-dialog'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc...modal-header, .modal-body, and .modal-footer sections now get wrapped in .modal-content and .modal-dialog for improved mobile styling and behavior.'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc..You may also find this upgrade tool and collection of code snippets at Bootply useful for migrating to Bootstrap 3.
-For more information on upgrades and code snippets from the community check out Bootply.