FuzzyBearBTC / PeercoinBlockExplorer

Peercoin Block Chain Viewer - written in php and used JSON RPC calls
http://blockexplorer.peercointalk.org/
6 stars 32 forks source link

Break up the stats on the homepage + minor fixes #36

Closed rbsec closed 10 years ago

rbsec commented 10 years ago

Adding a couple of blank lines to the stats table to break it up makes them much more readable. Also removed a couple of superfluous terms (Blocks, Peercoins) and a tweaked the margins on a couple of elements.

Also avoid a PHP unused index notice on the first/last block (which may or may not be shown, depending on PHP settings).

FuzzyBearBTC commented 10 years ago

gone for a different stats layout here https://github.com/FuzzyBearBTC/PeercoinBlockExplorer/pull/42