diff options
| author | Mark Otto <[email protected]> | 2011-09-10 15:29:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 15:29:38 -0700 |
| commit | 99ede580cf85611bf446abd46fa1ad4daf850a59 (patch) | |
| tree | e7d78be8b981f4f5b0744a08d4f19cca30edb6e7 /lib/preboot.less | |
| parent | 6d99ae56591f94327453f5dc51e3ce57c64cb831 (diff) | |
| download | bootstrap-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.less | 5 |
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; |
