diff --git a/static/css/main.css b/static/css/main.css index abc5df0..4f9402d 100755 --- a/static/css/main.css +++ b/static/css/main.css @@ -284,6 +284,11 @@ p.subheader { font-size: 1.1em; } +.tx-table { + width: 60%; + margin: 0 auto; +} + .tx-table th, .tx-table td { text-align: center; } diff --git a/templates/block.html.tera b/templates/block.html.tera index 4efee16..bfc6e2e 100644 --- a/templates/block.html.tera +++ b/templates/block.html.tera @@ -39,17 +39,17 @@
{% if tx_hashes %}{{ tx_hashes | length }}{% else %}0{% endif %}
+{{ block_header.orphan_status }}
+{{ block_header.reward / 1000000000000 }} XMR
Coinbase | Hash | -Amount | -Fee | -Bytes | -|
---|---|---|---|---|---|
√ | -{{ block_header.miner_tx_hash | truncate(length=8) }} | -{{ block_header.reward / 1000000000000 }} XMR | -0 | -? | |
- | {{ hash | truncate(length=8) }} | -? | -? | -? | +{{ hash | truncate(length=12) }} |