added new style for currency switch

This commit is contained in:
Mario Colque 2014-02-05 16:26:46 -03:00
parent d089531643
commit fe550a7ab0
2 changed files with 6 additions and 1 deletions

View File

@ -278,6 +278,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
overflow: hidden;
}
#footer .currency a:active {
color: #fff;
text-decoration: underline;
}
#footer a.insight {
font-size: 20px;
text-decoration: none;

View File

@ -1,5 +1,5 @@
<div class="container" data-ng-controller="FooterController">
<div class="pull-left m10v">
<div class="pull-left m10v currency">
<small>Currency:</small>
<a href="#" data-ng-click="setCurrency('USD')">USD</a> -
<a href="#" data-ng-click="setCurrency('BTC')">BTC</a> -