Skip to content
Snippets Groups Projects
Commit 7a64646b authored by Anika Henke's avatar Anika Henke
Browse files

added clearfix-similar class (.group) to core styles

parent 2495eea2
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,22 @@ div.clearer {
overflow: hidden;
}
/* one of the many clearfix versions */
.group {
display: inline-block;
}
.group {
display: block;
}
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
div.no {
display: inline;
margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment