Bootstrap 3 Migration
CSS class changes from 2.x to 3.0
- Bootstrap 2.x
- .container-fluid
- .row-fluid
- .span*
- .offset*
- .brand
- .navbar .nav
- .hero-unit
- .icon
- .btn
- .visible-phone
- .visible-tablet
- .visible-desktop
- .hidden-phone
- .hidden-tablet
- .hidden-desktop
- .input-prepend
- .input-append
- .add-on
- .btn-navbar
- Bootstrap 3.0
- .container
- .row
- .col .col-lg-*
- .col .col-offset-*
- .navbar-brand
- .nav .navbar-nav
- .jumbotron
- .glyphicon
- .btn .btn-default
- .visible-sm
- .visible-md
- .visible-lg
- .hidden-sm
- .hidden-md
- .hidden-lg
- .input-group
- .input-group
- .input-group-addon
- .navbar-btn
Bootstrap 3.0 new classes / elements
- Element
- Panels
- List Groups
- Glyphicons
- Jumbotron
- Small Device Grid
- Small Offsets
- Input Groups
- Input Add-on
- Input Add-on Button
- Navbar text
- Justified Tabs / Pills
- Responsive Images
- Description
- .panel
- .list-group
- .glyphicon
- .jumbotron
- .col-sm-*
- .col-push-*,.col-pull-*
- .input-group
- .input-group-addon
- .input-group-btn
- .navbar-text
- .nav-justified
- .img-responsive