silverstripe-docsviewer/css/utilities.css

24 lines
352 B
CSS
Raw Normal View History

.clear {
2016-12-02 03:31:18 +01:00
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
2016-12-02 03:31:18 +01:00
clear: both;
content:' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0
}
* html .clearfix,
*:first-child+html .clearfix{
2016-12-02 03:31:18 +01:00
zoom: 1;
}