Files
Popsu-coloque/web/themes/contrib/mediteran/css/system/components/clearfix.module.css
T
2020-06-08 23:57:36 +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 {
content: "";
display: table;
clear: both;
}