diff --git a/public/css/common.css b/public/css/common.css
index d323cb8a..f3e3b5e9 100644
--- a/public/css/common.css
+++ b/public/css/common.css
@@ -277,9 +277,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
height: 51px;
overflow: hidden;
}
-#footer .currency a.active {
- color: #fff;
+
+.currency a.active {
+ color: #000;
text-decoration: underline;
+ cursor: default;
}
#footer a.insight {
diff --git a/public/views/address.html b/public/views/address.html
index 9dfd80d5..c6c82695 100644
--- a/public/views/address.html
+++ b/public/views/address.html
@@ -33,6 +33,7 @@
+
diff --git a/public/views/block.html b/public/views/block.html
index 7dca6b68..07662f52 100644
--- a/public/views/block.html
+++ b/public/views/block.html
@@ -30,6 +30,7 @@
+
diff --git a/public/views/includes/currency.html b/public/views/includes/currency.html
new file mode 100644
index 00000000..3dc3ef22
--- /dev/null
+++ b/public/views/includes/currency.html
@@ -0,0 +1,8 @@
+
+
+ Currency:
+ USD ·
+ BTC ·
+ mBTC
+
+
diff --git a/public/views/includes/footer.html b/public/views/includes/footer.html
index 080adb56..e87127e6 100644
--- a/public/views/includes/footer.html
+++ b/public/views/includes/footer.html
@@ -1,11 +1,3 @@
diff --git a/public/views/transaction.html b/public/views/transaction.html
index 3f83dd77..78735363 100644
--- a/public/views/transaction.html
+++ b/public/views/transaction.html
@@ -25,6 +25,7 @@
+