11 lines
151 B
Stylus
11 lines
151 B
Stylus
|
|
.group:before,
|
||
|
|
.group:after {
|
||
|
|
content: "";
|
||
|
|
display: table;
|
||
|
|
}
|
||
|
|
.group:after {
|
||
|
|
clear: both;
|
||
|
|
}
|
||
|
|
.group {
|
||
|
|
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
|
||
|
|
}
|