Clearfix changed to micro version
This commit is contained in:
parent
7ab682091d
commit
8a052f6ea7
17
stylesheets/skeleton.css
vendored
17
stylesheets/skeleton.css
vendored
@ -210,7 +210,7 @@
|
|||||||
================================================== */
|
================================================== */
|
||||||
|
|
||||||
/* Self Clearing Goodness */
|
/* Self Clearing Goodness */
|
||||||
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
|
.container:after { content: " "; display: table; clear: both; }
|
||||||
|
|
||||||
/* Use clearfix class on parent to clear nested columns,
|
/* Use clearfix class on parent to clear nested columns,
|
||||||
or wrap each row of columns in a <div class="row"> */
|
or wrap each row of columns in a <div class="row"> */
|
||||||
@ -218,12 +218,8 @@
|
|||||||
.clearfix:after,
|
.clearfix:after,
|
||||||
.row:before,
|
.row:before,
|
||||||
.row:after {
|
.row:after {
|
||||||
content: '\0020';
|
content: " ";
|
||||||
display: block;
|
display: table; }
|
||||||
overflow: hidden;
|
|
||||||
visibility: hidden;
|
|
||||||
width: 0;
|
|
||||||
height: 0; }
|
|
||||||
.row:after,
|
.row:after,
|
||||||
.clearfix:after {
|
.clearfix:after {
|
||||||
clear: both; }
|
clear: both; }
|
||||||
@ -234,9 +230,4 @@
|
|||||||
/* You can also use a <br class="clear" /> to clear columns */
|
/* You can also use a <br class="clear" /> to clear columns */
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
display: block;
|
display: table; }
|
||||||
overflow: hidden;
|
|
||||||
visibility: hidden;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user