aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-06 09:14:44 -0800
committerMark Otto <[email protected]>2014-01-06 09:14:44 -0800
commit99338caed00df37cdb1969a2f96862543be45abc (patch)
tree5f1efd5b6ab35779d673490052c3b37340e9ba97 /docs
parentaed56fc0a6679a54760be3079b68336fb32aa9a5 (diff)
parent7722ab556674bbaef33b819e2d49ee3444220785 (diff)
downloadbootstrap-99338caed00df37cdb1969a2f96862543be45abc.tar.xz
bootstrap-99338caed00df37cdb1969a2f96862543be45abc.zip
Merge pull request #12125 from juniorconte/input-block-level
notes from .input-block-level
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index a73179f3a..b46c2d0a2 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -442,6 +442,10 @@ bootstrap/
<td><code>.input-lg</code></td>
</tr>
<tr>
+ <td><code>.input-block-level</code></td>
+ <td><code>.form-control</code></td>
+ </tr>
+ <tr>
<td><code>.control-group</code></td>
<td><code>.form-group</code></td>
</tr>
@@ -669,6 +673,11 @@ bootstrap/
<td class="text-muted">N/A</td>
</tr>
<tr>
+ <td>Block level from 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>
+ <tr>
<td>Fluid container</td>
<td><code>.container-fluid</code></td>
<td><code>.container</code> (no more fixed grid)</td>
@@ -1099,4 +1108,4 @@ if (isAndroid) {
<p>Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where optimizing bandwidth is an issue. We encourage you to remove whatever is unused with our <a href="../customize/">Customizer</a>.</p>
<p>Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.</p>
- </div>
+ </div> \ No newline at end of file