parent
244a0bde1e
commit
1639ef7390
1 changed files with 7 additions and 0 deletions
|
|
@ -1622,3 +1622,10 @@ h1[id] {
|
|||
text-decoration: none;
|
||||
background-color: #0269c2;
|
||||
}
|
||||
|
||||
/* Nullify ill-advised printing of hrefs; see #18711 */
|
||||
@media print {
|
||||
a[href]:after {
|
||||
content: "" !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue