layout-structure.less: Add clearfix class

This commit is contained in:
Johannes Meyer 2015-07-06 13:35:46 +02:00
parent 60f2d3e716
commit aa88c3ba1b
1 changed files with 8 additions and 0 deletions

View File

@ -389,6 +389,14 @@ html {
width: 1px;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.multi-commands {
padding-top: 0em;
font-size: 0.9em;