diff options
| author | Mark Otto <[email protected]> | 2012-12-26 14:19:48 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-26 14:19:48 -0600 |
| commit | 2ef4fde09fae0dd3e054a77b61b0738fe538b58d (patch) | |
| tree | 7adef8f2672f23c4fafa054b44c58f9a340174ae /docs/assets/css/bootstrap.css | |
| parent | 12b738bf302699a51721d030465e07f76de72bf9 (diff) | |
| download | bootstrap-2ef4fde09fae0dd3e054a77b61b0738fe538b58d.tar.xz bootstrap-2ef4fde09fae0dd3e054a77b61b0738fe538b58d.zip | |
Drop .input-block-level modifier as inputs are already width: 100%;
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a1af172b2..8b93968b6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4924,11 +4924,6 @@ a.badge:hover { position: fixed; } -.control-block-level { - display: block; - width: 100%; -} - @-ms-viewport { width: device-width; } @@ -5213,7 +5208,6 @@ a.badge:hover { select[class*="span"], textarea[class*="span"], .uneditable-input { - display: block; width: 100%; } .input-prepend input, |
