mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
parent
244a0bde1e
commit
1639ef7390
@ -1622,3 +1622,10 @@ h1[id] {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #0269c2;
|
background-color: #0269c2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Nullify ill-advised printing of hrefs; see #18711 */
|
||||||
|
@media print {
|
||||||
|
a[href]:after {
|
||||||
|
content: "" !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user