diff options
| author | Jacob Thornton <[email protected]> | 2011-09-15 22:36:32 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-15 22:36:32 -0700 |
| commit | 39aca918d032fca589cbeb6c31cc3ef82684d0d0 (patch) | |
| tree | 8e9e94fb09d6a0039da6c085e8a61440b3536247 /bootstrap-1.3.0.css | |
| parent | 68f89d109f1a3324267988159421f7c745d8f6b7 (diff) | |
| download | bootstrap-39aca918d032fca589cbeb6c31cc3ef82684d0d0.tar.xz bootstrap-39aca918d032fca589cbeb6c31cc3ef82684d0d0.zip | |
move clearfix logic back onto clearfix class for ie7
Diffstat (limited to 'bootstrap-1.3.0.css')
| -rw-r--r-- | bootstrap-1.3.0.css | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 6da360661..655f86f81 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.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: Thu Sep 15 22:27:27 PDT 2011 + * Date: Thu Sep 15 22:36:03 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). @@ -603,6 +603,16 @@ fieldset legend { } form .clearfix { margin-bottom: 18px; + zoom: 1; +} +form .clearfix:before, form .clearfix:after { + display: table; + content: ""; + zoom: 1; + *display: inline; +} +form .clearfix:after { + clear: both; } label, input, @@ -942,21 +952,6 @@ textarea[readonly] { .inline-inputs span { padding: 0 2px 0 1px; } -.input-prepend, .input-append { - zoom: 1; -} -.input-prepend:before, -.input-append:before, -.input-prepend:after, -.input-append:after { - display: table; - content: ""; - zoom: 1; - *display: inline; -} -.input-prepend:after, .input-append:after { - clear: both; -} .input-prepend input, .input-append input { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; |
