2016-08-10 20:45:13 +02:00

9 lines
126 B
CSS

.clear:after {
content: '';
display: table;
clear: both;
}
a, button {
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}