comparison core/modules/system/css/components/clearfix.module.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
7 * 7 *
8 * @see http://nicolasgallagher.com/micro-clearfix-hack 8 * @see http://nicolasgallagher.com/micro-clearfix-hack
9 */ 9 */
10 10
11 .clearfix:after { 11 .clearfix:after {
12 content: "";
13 display: table; 12 display: table;
14 clear: both; 13 clear: both;
14 content: "";
15 } 15 }