aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-10 15:29:38 -0700
committerMark Otto <[email protected]>2011-09-10 15:29:38 -0700
commit99ede580cf85611bf446abd46fa1ad4daf850a59 (patch)
treee7d78be8b981f4f5b0744a08d4f19cca30edb6e7 /lib/preboot.less
parent6d99ae56591f94327453f5dc51e3ce57c64cb831 (diff)
downloadbootstrap-99ede580cf85611bf446abd46fa1ad4daf850a59.tar.xz
bootstrap-99ede580cf85611bf446abd46fa1ad4daf850a59.zip
adding code and .label sections to type section
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;