2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Docs: disable printing of hrefs; fixes #18711

[ci skip]
This commit is contained in:
Chris Rebert
2016-01-01 18:12:20 -08:00
parent 244a0bde1e
commit 1639ef7390
+7
View File
@@ -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;
}
}