Commit 6886cd3f902947ca5681c1d6e5c2a2e1b34f41fe
1 parent
155e7357
Added white background hover to Oxybul
BECAUSE THAT'S TOO MUCH BEAUTY YOU KNOW
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
pages/sponsors.php
... | ... | @@ -17,8 +17,10 @@ |
17 | 17 | <div class="col-md-3"> |
18 | 18 | </div> |
19 | 19 | <div class="col-md-6"> |
20 | - <h3>Oxybul</h3> | |
21 | - <a href="http://www.oxybul.com" target="_blank"><img class="logo" alt="Logo Oxybul" src="img/oxybul.png" /></a> | |
20 | + <ul class="nav nav-pills nav-stacked"> | |
21 | + <h3>Oxybul</h3> | |
22 | + <li><a href="http://www.oxybul.com" target="_blank"><img class="logo" alt="Logo Oxybul" src="img/oxybul.png" /></a></li> | |
23 | + </ul> | |
22 | 24 | </div> |
23 | 25 | <div class="col-md-3"> |
24 | 26 | </div> | ... | ... |