2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Formatting, comment consolidation, and line endings

This commit is contained in:
Mark Otto
2014-03-10 00:05:57 -07:00
parent 38d0908aff
commit 3a2d6e4050
29 changed files with 21 additions and 108 deletions
+2 -2
View File
@@ -1,5 +1,4 @@
// Clearfix
// Source: http://nicolasgallagher.com/micro-clearfix-hack/
//
// For modern browsers
// 1. The space content is one way to avoid an Opera bug when the
@@ -8,6 +7,8 @@
// that are clearfixed.
// 2. The use of `table` rather than `block` is only necessary if using
// `:before` to contain the top-margins of child elements.
//
// Source: http://nicolasgallagher.com/micro-clearfix-hack/
.clearfix() {
&:before,
@@ -19,4 +20,3 @@
clear: both;
}
}