From 7b172df9dd31703572abed7caf0939755a1991c8 Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 6 Apr 2015 17:33:55 +0300 Subject: [PATCH] fixed miners width --- public/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 177b951..985f117 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -101,7 +101,9 @@ div.small-title-miner { } .blocks-holder { + width: 288px; padding-top: 5px; + margin-left: -2px; } .blocks-holder div.small-title-miner { @@ -131,6 +133,14 @@ div.small-title-miner { opacity: .8; } +.blocks-holder .block:first-child { + margin-left: 0px; +} + +.blocks-holder .block:last-child { + margin-right: 0px; +} + .page-latency { position: absolute; top: 400px;