diff options
| author | Mark Otto <[email protected]> | 2011-09-28 19:15:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-28 19:15:31 -0700 |
| commit | 1b21d5e321ec77c6381becae2e2d7d1c4ab14d9a (patch) | |
| tree | 05205bb7cdee946e3be2c7adf58543153abeac9b /bootstrap.css | |
| parent | 6d541a6066d46bff19833707deeca8f41279b180 (diff) | |
| download | bootstrap-1b21d5e321ec77c6381becae2e2d7d1c4ab14d9a.tar.xz bootstrap-1b21d5e321ec77c6381becae2e2d7d1c4ab14d9a.zip | |
updated forms.less to have better comments while pulling out all the old classes for input elements
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/bootstrap.css b/bootstrap.css index babe50a21..993533e11 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Sep 28 19:05:53 PDT 2011 + * Date: Wed Sep 28 19:14:58 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -747,45 +747,24 @@ form div.clearfix.error .input-prepend span.add-on, form div.clearfix.error .inp border-color: #c87872; color: #b9554d; } -.input-mini, -input.mini, -textarea.mini, -select.mini { +.input-mini { width: 60px; } -.input-small, -input.small, -textarea.small, -select.small { +.input-small { width: 90px; } -.input-medium, -input.medium, -textarea.medium, -select.medium { +.input-medium { width: 150px; } -.input-large, -input.large, -textarea.large, -select.large { +.input-large { width: 210px; } -.input-xlarge, -input.xlarge, -textarea.xlarge, -select.xlarge { +.input-xlarge { width: 270px; } -.input-xxlarge, -input.xxlarge, -textarea.xxlarge, -select.xxlarge { +.input-xxlarge { width: 530px; } -textarea.xxlarge { - overflow-y: auto; -} input.span1, textarea.span1, select.span1 { display: inline-block; float: none; |
