Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-02-03 13:44:50 +0400
committerChris Rebert <code@rebertia.com>2014-02-03 13:51:32 +0400
commita2ff16c3cef2c4c6a04feace15b1541226705a8e (patch)
treef74f42b21a236b625aa76c021aea772c91e897eb /docs/migration.html
parent27e080df4b80791860624ba17d4b57608200d5e0 (diff)
fix #12540
Diffstat (limited to 'docs/migration.html')
-rw-r--r--docs/migration.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/migration.html b/docs/migration.html
index ebff448857..69fe8d08c1 100644
--- a/docs/migration.html
+++ b/docs/migration.html
@@ -106,14 +106,6 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td>Split into <code>.hidden-md .hidden-lg</code></td>
</tr>
<tr>
- <td><code>.input-small</code></td>
- <td><code>.input-sm</code></td>
- </tr>
- <tr>
- <td><code>.input-large</code></td>
- <td><code>.input-lg</code></td>
- </tr>
- <tr>
<td><code>.input-block-level</code></td>
<td><code>.form-control</code></td>
</tr>
@@ -261,6 +253,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td><code>.col-sm-pull-*</code> <code>.col-md-pull-*</code> <code>.col-lg-pull-*</code></td>
</tr>
<tr>
+ <td>Input height sizes</td>
+ <td><code>.input-sm</code> <code>.input-lg</code></td>
+ </tr>
+ <tr>
<td>Input groups</td>
<td><code>.input-group</code> <code>.input-group-addon</code> <code>.input-group-btn</code></td>
</tr>
@@ -345,7 +341,12 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td class="text-muted">N/A</td>
</tr>
<tr>
- <td>Block level from input</td>
+ <td>Fixed-width input sizes</td>
+ <td><code>.input-mini</code> <code>.input-small</code> <code>.input-medium</code> <code>.input-large</code> <code>.input-xlarge</code> <code>.input-xxlarge</code></td>
+ <td>Use <a href="../css/#forms-controls"><code>.form-control</code></a> and <a href="../css/#grid">the grid system</a> instead.</td>
+ </tr>
+ <tr>
+ <td>Block level form input</td>
<td><code>.input-block-level</code></td>
<td>No direct equivalent, but <a href="../css/#forms-controls">forms controls</a> are similar.</td>
</tr>