]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: disable printing of hrefs; fixes #18711 18747/head
authorChris Rebert <github@chrisrebert.com>
Sat, 2 Jan 2016 02:12:20 +0000 (18:12 -0800)
committerChris Rebert <github@chrisrebert.com>
Sat, 2 Jan 2016 02:12:20 +0000 (18:12 -0800)
[ci skip]

docs/assets/css/src/docs.css

index a0a4dcec984da89f5cc0fae93a2bfff4543716a3..7f7f5c5d415c5553a754dc8f113895194367e6b8 100644 (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;            
+  }
+}