CSS: Add clearfix class

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 10:27:42 +02:00
parent 7fa9310aef
commit 9f7e349291
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
}
}
.clearfix:after {
clear: both;
content: "";
display: table;
}
.pull-left {
float: left;
}