diff --git a/public/css/common.css b/public/css/common.css index d323cb8..f3e3b5e 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 9dfd80d..c6c8269 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 7dca6b6..07662f5 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 0000000..3dc3ef2 --- /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 080adb5..e87127e 100644 --- a/public/views/includes/footer.html +++ b/public/views/includes/footer.html @@ -1,11 +1,3 @@
-
- - Currency: - USD · - BTC · - mBTC - -
Insight API v{{version}}
diff --git a/public/views/transaction.html b/public/views/transaction.html index 3f83dd7..7873536 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -25,6 +25,7 @@ +