From 8c5c80058d2ad29f2ce21ca8c7b535ea11e3ec0b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 3 Feb 2014 01:44:50 -0800 Subject: [PATCH] fix #12540 --- migration.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/migration.html b/migration.html index ebff448857..69fe8d08c1 100644 --- a/migration.html +++ b/migration.html @@ -105,14 +105,6 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m .hidden-desktop Split into .hidden-md .hidden-lg - - .input-small - .input-sm - - - .input-large - .input-lg - .input-block-level .form-control @@ -260,6 +252,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m Pull .col-sm-pull-* .col-md-pull-* .col-lg-pull-* + + Input height sizes + .input-sm .input-lg + Input groups .input-group .input-group-addon .input-group-btn @@ -345,7 +341,12 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m N/A - Block level from input + Fixed-width input sizes + .input-mini .input-small .input-medium .input-large .input-xlarge .input-xxlarge + Use .form-control and the grid system instead. + + + Block level form input .input-block-level No direct equivalent, but forms controls are similar.