Change link class to prevent adblocking

This commit is contained in:
Rob Davies 2017-05-08 11:24:14 +01:00
parent 18d1ca8265
commit 4b1a293d57
4 changed files with 6 additions and 6 deletions

View file

@ -75,7 +75,7 @@ h1, h2 {
color: #0fa877; }
.region-content-bottom .block {
margin: 2em 1em; }
.region-content-bottom .sponsor-link a {
.region-content-bottom .all-sponsors-link a {
background: #b33ee9;
border: 0;
color: white;
@ -85,9 +85,9 @@ h1, h2 {
text-decoration: none;
text-transform: uppercase;
background-color: #0fa877; }
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
.region-content-bottom .all-sponsors-link a:hover, .region-content-bottom .all-sponsors-link a:focus {
background: #0fa877; }
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
.region-content-bottom .all-sponsors-link a:hover, .region-content-bottom .all-sponsors-link a:focus {
background: #ec16a8; }
.region-content-bottom img {
height: auto;

File diff suppressed because one or more lines are too long