removed text decoration from btn-link to match that of default nodebb anchors

v1.18.x
psychobunny 12 years ago
parent 87baaacb8c
commit 676ffee459

@ -350,7 +350,7 @@ footer.footer {
} }
} }
a:hover { a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
text-decoration:none; text-decoration:none;
} }

Loading…
Cancel
Save