Set clearfix styles for helper class .u-cf onto the pseudo element :after

This commit is contained in:
Mark Rickert 2015-04-09 20:26:18 +02:00
parent 88f03612b0
commit 1c841aefcc

2
css/skeleton.css vendored
View File

@ -386,7 +386,7 @@ hr {
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
.u-cf:after {
content: "";
display: table;
clear: both; }