aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-10-03 10:13:58 +0100
committerGitHub <[email protected]>2016-10-03 10:13:58 +0100
commitdb533c2e8d950647ff5e884083bf2d72063ed4b0 (patch)
treed2d259b86a4386204c1c99bc18c0a059e26fb1b4
parentadd8dfe1572f5a5ea579259d4eae3c3c3909a6e1 (diff)
downloadbootstrap-db533c2e8d950647ff5e884083bf2d72063ed4b0.tar.xz
bootstrap-db533c2e8d950647ff5e884083bf2d72063ed4b0.zip
Follow-up fix to #20821
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.
-rw-r--r--scss/_print.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_print.scss b/scss/_print.scss
index fd99d6978..bd41328c2 100644
--- a/scss/_print.scss
+++ b/scss/_print.scss
@@ -27,7 +27,7 @@
}
a,
- a::visited {
+ a:visited {
text-decoration: underline;
}
@@ -47,8 +47,8 @@
//
//a[href^="#"]::after,
- //a[href^="javascript:"]:after {
- // content: "";
+ //a[href^="javascript:"]::after {
+ // content: "";
//}
pre {