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

This commit is contained in:
psychobunny
2013-07-23 03:51:21 +08:00
parent 87baaacb8c
commit 676ffee459

View File

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