aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-10 16:51:03 -0700
committerJacob Thornton <[email protected]>2011-09-10 16:51:03 -0700
commit57a8672b77a219b99215b781740cc9cf5f7fc1a5 (patch)
tree751350066ffce2704e7f1bd8d379ad17e83fe84b /lib/preboot.less
parent23d2fed905c33e1e18c1e8a04bfccbdfe7029cf3 (diff)
parent091402760903ed0f2393c09c315fd91e8b6579fe (diff)
downloadbootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.tar.xz
bootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index dffeb64bf..1ac8ca91c 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -58,9 +58,12 @@
// Clearfix for clearing floats like a boss h5bp.com/q
.clearfix {
zoom: 1;
- &:before, &:after {
+ &:before,
+ &:after {
display: table;
content: "";
+ zoom: 1;
+ *display: inline;
}
&:after {
clear: both;