Skip to content

Commit

Permalink
Year updated, css updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKo7v committed Feb 22, 2018
1 parent ab62c79 commit c49fc51
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions css/ethplorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,26 @@ a.token-update {
color: #337ab7 !important;
}

.adsbygoogle {
display: inline-block;
width: 900px;
height: 17px;
}

@media screen and (max-width: 979px) {
.adsbygoogle {
width: 480px !important;
}
}

@media screen and (max-width: 479px) {
.adsbygoogle {
display: none !important;
}
}



@media screen and (max-width: 991px) {
#topmenu li {
padding-right: 0px;
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
<div class="col-xs-7 col-sm-3">
<a href="#"><img src="/images/ethplorerlogowhite400.png" style="max-width: 140px;" alt=""></a>
<div>
<div style="color:#eeeeee;">© 2016-2017 <a href="https://everex.one/" target="_blank" class="small-link">Everex</a>
<div style="color:#eeeeee;">© 2016-2018 <a href="https://everex.one/" target="_blank" class="small-link">Everex</a>
<br><a href="/privacy" class="small-link">Privacy &amp; Terms</a><br>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion widgets.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h3>Top Tokens by Activity</h3>
<div class="col-xs-7 col-sm-3">
<a href="#"><img src="/images/ethplorerlogowhite400.png" style="max-width: 140px;" alt=""></a>
<div>
<div style="color:#eeeeee;">© 2016-2017 <a href="https://everex.one/" target="_blank" class="small-link">Everex</a>
<div style="color:#eeeeee;">© 2016-2018 <a href="https://everex.one/" target="_blank" class="small-link">Everex</a>
<br><a href="mailto:[email protected]" class="small-link">[email protected]</a>
<br><a href="/privacy" class="small-link">Privacy &amp; Terms</a><br>
</div>
Expand Down
2 changes: 1 addition & 1 deletion widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ function getWidgetCode(ta) {
<div class="col-xs-7 col-sm-3">
<a href="#"><img src="/images/ethplorerlogowhite400.png" style="max-width: 140px;" alt=""></a>
<div>
<div style="color:#eeeeee;">© 2016-2017 <a href="https://everex.one/" target="_blank" class="small-link">Everex</a>
<div style="color:#eeeeee;">© 2016-2018 <a href="https://everex.one/" target="_blank" class="small-link">Everex</a>
<br><a href="mailto:[email protected]" class="small-link">[email protected]</a>
<br><a href="/privacy" class="small-link">Privacy &amp; Terms</a><br>
</div>
Expand Down

0 comments on commit c49fc51

Please sign in to comment.