aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 22:23:08 -0700
committerMark Otto <[email protected]>2011-09-13 22:23:08 -0700
commit32a690af985661f7d106984dc5ee1c211d0da2ed (patch)
tree8bd7f86f0bce5de9fe04baa38c4cd9418f51e4dc /bootstrap-1.3.0.css
parent01d9cd88e84441d1d1e70300f71e1feff4be2126 (diff)
downloadbootstrap-32a690af985661f7d106984dc5ee1c211d0da2ed.tar.xz
bootstrap-32a690af985661f7d106984dc5ee1c211d0da2ed.zip
apply clearfix to appended input pattern to clear the floats
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index 22e0de7cb..d9df53d0e 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: Tue Sep 13 14:40:47 PDT 2011
+ * Date: Tue Sep 13 22:22:48 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).
@@ -942,6 +942,21 @@ 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;