mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
20 lines
190 B
CSS
20 lines
190 B
CSS
.clearfix,
|
|
.foo,
|
|
.bar {
|
|
*zoom: 1;
|
|
}
|
|
.clearfix:after,
|
|
.foo:after,
|
|
.bar:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
.foo {
|
|
color: red;
|
|
}
|
|
.bar {
|
|
color: blue;
|
|
}
|