Quick fix for printing URLs.
This commit is contained in:
Tim Van den Langenbergh
2015-11-30 10:36:56 +01:00
parent f64d4b3367
commit 86ca33eaa3

View File

@@ -465,3 +465,9 @@ header {
font-weight: bold;
}
}
@media print {
a[href]:after {
content: none !important;
}
}