This should fix the print thing. [skip ci]

This commit is contained in:
James Cole 2017-01-05 21:01:16 +01:00
parent 4538ef3cf9
commit ac55b0fafb

View File

@ -95,4 +95,10 @@ body.waiting * {
.loading {
background: url('/images/loading-small.gif') no-repeat center center;
min-height: 30px;
}
@media print {
a[href]:after {
content: none !important;
}
}