24 lines
362 B
CSS
24 lines
362 B
CSS
.clearfix {
|
|
zoom: 1;
|
|
}
|
|
.clearfix:before {
|
|
content: "";
|
|
display: block;
|
|
}
|
|
.clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.noselect {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
/*# sourceMappingURL=common.css.map */
|