parent
4adf059ed6
commit
9d082c1c16
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue