Smooth icons

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-28 13:14:55 +01:00
parent 4adf059ed6
commit 9d082c1c16
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@ td {
padding: @vertical-padding / 2 @horizontal-padding / 2;
}
// Smooth icons; ifont claims to have it, but it does not work in :before
[class^="icon-"], [class*=" icon-"] {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media print {
.dont-print {
display: none;