website/core/themes/stable/css/system/components/clearfix.modulee628.css
2023-09-30 09:40:37 +02:00

16 lines
306 B
CSS

/**
* @file
* Float clearing.
*
* Based on the micro clearfix hack by Nicolas Gallagher, with the :before
* pseudo selector removed to allow normal top margin collapse.
*
* @see http://nicolasgallagher.com/micro-clearfix-hack
*/
.clearfix:after {
display: table;
clear: both;
content: "";
}