mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
24 lines
352 B
CSS
24 lines
352 B
CSS
.clear {
|
|
clear: both;
|
|
display: block;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.clearfix:after {
|
|
clear: both;
|
|
content:' ';
|
|
display: block;
|
|
font-size: 0;
|
|
line-height: 0;
|
|
visibility: hidden;
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
* html .clearfix,
|
|
*:first-child+html .clearfix{
|
|
zoom: 1;
|
|
} |