mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Update clearfix mixin and class per @necolas's feedback
This commit is contained in:
parent
ac20a08281
commit
840e47eabd
51
docs/assets/css/bootstrap.css
vendored
51
docs/assets/css/bootstrap.css
vendored
@ -232,8 +232,7 @@ a:hover {
|
|||||||
.container:before,
|
.container:before,
|
||||||
.container:after {
|
.container:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container:after {
|
.container:after {
|
||||||
@ -248,8 +247,7 @@ a:hover {
|
|||||||
.row:before,
|
.row:before,
|
||||||
.row:after {
|
.row:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.row:after {
|
.row:after {
|
||||||
@ -562,8 +560,7 @@ dd {
|
|||||||
.dl-horizontal:before,
|
.dl-horizontal:before,
|
||||||
.dl-horizontal:after {
|
.dl-horizontal:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dl-horizontal:after {
|
.dl-horizontal:after {
|
||||||
@ -1109,8 +1106,7 @@ textarea[class*="span"],
|
|||||||
.controls-row:before,
|
.controls-row:before,
|
||||||
.controls-row:after {
|
.controls-row:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls-row:after {
|
.controls-row:after {
|
||||||
@ -1317,8 +1313,7 @@ select:focus:invalid:focus {
|
|||||||
.form-actions:before,
|
.form-actions:before,
|
||||||
.form-actions:after {
|
.form-actions:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-actions:after {
|
.form-actions:after {
|
||||||
@ -1609,8 +1604,7 @@ legend + .control-group {
|
|||||||
.form-horizontal .control-group:before,
|
.form-horizontal .control-group:before,
|
||||||
.form-horizontal .control-group:after {
|
.form-horizontal .control-group:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-horizontal .control-group:after {
|
.form-horizontal .control-group:after {
|
||||||
@ -3376,8 +3370,7 @@ input[type="button"].btn-block {
|
|||||||
.nav:before,
|
.nav:before,
|
||||||
.nav:after {
|
.nav:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav:after {
|
.nav:after {
|
||||||
@ -3586,8 +3579,7 @@ input[type="button"].btn-block {
|
|||||||
.tabbable:before,
|
.tabbable:before,
|
||||||
.tabbable:after {
|
.tabbable:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbable:after {
|
.tabbable:after {
|
||||||
@ -3639,8 +3631,7 @@ input[type="button"].btn-block {
|
|||||||
.navbar:before,
|
.navbar:before,
|
||||||
.navbar:after {
|
.navbar:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar:after {
|
.navbar:after {
|
||||||
@ -3710,8 +3701,7 @@ input[type="button"].btn-block {
|
|||||||
.navbar-form:before,
|
.navbar-form:before,
|
||||||
.navbar-form:after {
|
.navbar-form:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-form:after {
|
.navbar-form:after {
|
||||||
@ -4292,8 +4282,7 @@ input[type="button"].btn-block {
|
|||||||
.pager:before,
|
.pager:before,
|
||||||
.pager:after {
|
.pager:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager:after {
|
.pager:after {
|
||||||
@ -4426,8 +4415,7 @@ input[type="button"].btn-block {
|
|||||||
.modal-footer:before,
|
.modal-footer:before,
|
||||||
.modal-footer:after {
|
.modal-footer:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer:after {
|
.modal-footer:after {
|
||||||
@ -5232,14 +5220,13 @@ a.badge:hover {
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear:before,
|
.clearfix:before,
|
||||||
.clear:after {
|
.clearfix:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear:after {
|
.clearfix:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5342,8 +5329,7 @@ a.badge:hover {
|
|||||||
.row:before,
|
.row:before,
|
||||||
.row:after {
|
.row:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
.row:after {
|
.row:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -5439,8 +5425,7 @@ a.badge:hover {
|
|||||||
.row:before,
|
.row:before,
|
||||||
.row:after {
|
.row:after {
|
||||||
display: table;
|
display: table;
|
||||||
line-height: 0;
|
content: " ";
|
||||||
content: "";
|
|
||||||
}
|
}
|
||||||
.row:after {
|
.row:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -3,20 +3,24 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
// UTILITY MIXINS
|
// Utilities
|
||||||
// --------------------------------------------------
|
// -------------------------
|
||||||
|
|
||||||
// Clearfix
|
// Clearfix
|
||||||
// --------
|
// Source: http://nicolasgallagher.com/micro-clearfix-hack/
|
||||||
// For clearing floats like a boss h5bp.com/q
|
//
|
||||||
.clearfix() {
|
// For modern browsers
|
||||||
|
// 1. The space content is one way to avoid an Opera bug when the
|
||||||
|
// contenteditable attribute is included anywhere else in the document.
|
||||||
|
// Otherwise it causes space to appear at the top and bottom of elements
|
||||||
|
// 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.
|
||||||
|
.clear_float() {
|
||||||
&:before,
|
&:before,
|
||||||
&:after {
|
&:after {
|
||||||
display: table;
|
content: " "; /* 1 */
|
||||||
content: "";
|
display: table; /* 2 */
|
||||||
// Fixes Opera/contenteditable bug:
|
|
||||||
// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
|
|
||||||
line-height: 0;
|
|
||||||
}
|
}
|
||||||
&:after {
|
&:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -24,7 +28,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Webkit-style focus
|
// Webkit-style focus
|
||||||
// ------------------
|
|
||||||
.tab-focus() {
|
.tab-focus() {
|
||||||
// Default
|
// Default
|
||||||
outline: thin dotted #333;
|
outline: thin dotted #333;
|
||||||
@ -34,7 +37,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Center-align a block level element
|
// Center-align a block level element
|
||||||
// ----------------------------------
|
|
||||||
.center-block() {
|
.center-block() {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
@ -42,7 +44,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sizing shortcuts
|
// Sizing shortcuts
|
||||||
// -------------------------
|
|
||||||
.size(@width, @height) {
|
.size(@width, @height) {
|
||||||
width: @width;
|
width: @width;
|
||||||
height: @height;
|
height: @height;
|
||||||
@ -52,7 +53,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Placeholder text
|
// Placeholder text
|
||||||
// -------------------------
|
|
||||||
.placeholder(@color: @input-color-placeholder) {
|
.placeholder(@color: @input-color-placeholder) {
|
||||||
&:-moz-placeholder {
|
&:-moz-placeholder {
|
||||||
color: @color;
|
color: @color;
|
||||||
@ -66,7 +66,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Text overflow
|
// Text overflow
|
||||||
// -------------------------
|
|
||||||
// Requires inline-block or block for proper styling
|
// Requires inline-block or block for proper styling
|
||||||
.text-overflow() {
|
.text-overflow() {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -75,7 +74,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// CSS image replacement
|
// CSS image replacement
|
||||||
// -------------------------
|
|
||||||
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757
|
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757
|
||||||
.hide-text() {
|
.hide-text() {
|
||||||
font: 0/0 a;
|
font: 0/0 a;
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
// Floats
|
// Floats
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.clear {
|
.clearfix {
|
||||||
.clearfix();
|
.clear_float();
|
||||||
}
|
}
|
||||||
.pull-right {
|
.pull-right {
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user