mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
DS-2893
Quick fix for printing URLs.
This commit is contained in:
@@ -465,3 +465,9 @@ header {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
a[href]:after {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user