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.
This commit is contained in:
Patrick H. Lauke 2016-10-03 10:13:58 +01:00 committed by GitHub
parent add8dfe157
commit db533c2e8d
1 changed files with 3 additions and 3 deletions

View File

@ -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 {