Set clearfix styles for helper class .u-cf onto the pseudo element :after
This commit is contained in:
parent
88f03612b0
commit
1c841aefcc
2
css/skeleton.css
vendored
2
css/skeleton.css
vendored
@ -386,7 +386,7 @@ hr {
|
|||||||
/* Self Clearing Goodness */
|
/* Self Clearing Goodness */
|
||||||
.container:after,
|
.container:after,
|
||||||
.row:after,
|
.row:after,
|
||||||
.u-cf {
|
.u-cf:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both; }
|
clear: both; }
|
||||||
|
Loading…
Reference in New Issue
Block a user