Skip to content

Commit

Permalink
CSS: Add clearfix class
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 7fa9310 commit 9f7e349
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -21,6 +21,12 @@
}
}

.clearfix:after {
clear: both;
content: "";
display: table;
}

.pull-left {
float: left;
}
Expand Down

0 comments on commit 9f7e349

Please sign in to comment.