diff --git a/public/css/common.css b/public/css/common.css
index 685758a..f51137d 100644
--- a/public/css/common.css
+++ b/public/css/common.css
@@ -38,6 +38,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.m20h {margin: 0 20px;}
.m5v {margin: 5px 0;}
.m20v {margin: 20px 0;}
+.m10v {margin: 10px 0;}
.m50v {margin: 50px 0;}
.m10b {margin-bottom: 10px;}
@@ -119,6 +120,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
}
.col-gray {
+ width: 267px;
background-color: #F4F4F4;
padding: 15px;
margin-top: 21px;
diff --git a/public/views/address.html b/public/views/address.html
index 1e21aec..71ec54e 100644
--- a/public/views/address.html
+++ b/public/views/address.html
@@ -1,45 +1,44 @@
- Address
- Addresses are identifiers which you use to send bitcoins to another person.
-
-
-
-
+
-
- Address
- {{address.addrStr}}
-
-
- Total Received
- {{address.totalReceived}} BTC
-
-
- Total Sent
- {{address.totalSent}} BTC
-
-
- Final Balance
- {{address.balance}} BTC
-
-
-
-
- No. Transactions
- {{address.txApperances}}
- Transactions Transactions contained within this block
+
+ Transactions Transactions contained within this block
-
-
| Hash | +Hash | {{block.hash}} |
| Previous Block | +Previous Block | {{block.previousblockhash}} |
| Next Block | +Next Block | {{block.nextblockhash}} |
| Merkle Root | +Merkle Root | {{block.merkleroot}} |