remove styling for next/prev links - should be regular links

This commit is contained in:
koenemann 2016-11-22 09:23:54 +01:00
parent aaf056be3e
commit fae022acae
1 changed files with 0 additions and 7 deletions

View File

@ -137,13 +137,6 @@ a.skip-link {
border-top: 1px solid $gray-dark;
}
.nav-previous a,
.nav-next a,
.paged-navigation a {
text-decoration: none;
color: $gray-dark;
}
// Fixing BS dropdown in a dropdown
.dropdown-menu .dropdown-menu {
position: relative;