uBlock/src/css/common.css
2015-04-15 14:04:53 -04:00

22 lines
456 B
CSS

@font-face {
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
src: url('fonts/fontawesome-webfont.ttf') format('truetype');
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
vertical-align: baseline;
}
body {
font: 14px/1.3 sans-serif;
}
.hiddenFileInput {
height: 0;
visibility: hidden;
width: 0;
}