From 0d803a533b71304a7a64bb1aced50628407ecfcc Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Wed, 12 Feb 2014 14:16:20 -0300 Subject: [PATCH] #262 right alignment of numbers on blocks-list --- public/views/block_list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/views/block_list.html b/public/views/block_list.html index bca47e0d..24cd74d6 100644 --- a/public/views/block_list.html +++ b/public/views/block_list.html @@ -31,8 +31,8 @@ Height Timestamp - Transactions - Size + Transactions + Size @@ -42,8 +42,8 @@ {{b.height}} {{b.time * 1000 | date:'medium'}} - {{b.txlength}} - {{b.size}} + {{b.txlength}} + {{b.size}}