From 1f4ecdec9d2e1b7e3b9715c94d63374d5a9b9497 Mon Sep 17 00:00:00 2001 From: Stan Lindsey Date: Fri, 8 Feb 2013 23:11:45 +0000 Subject: [PATCH] Coin position issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #346  --- styles/app/index.styl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/styles/app/index.styl b/styles/app/index.styl index 6cd85afda2..ee34abdb01 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -28,6 +28,33 @@ html,body,p,h1,ul,li,table,tr,th,td position:fixed !important } +#money table tbody tr td:nth-child(1){ + position: relative; + top: -10px; + left: 75px; + } + +#money table tr td:nth-child(2){ + position: relative; + top: -10px; + left: 20px; + } + +#money table tr td:nth-child(3){ + position: relative; + top: 15px; + left: 20px; + } + +#money table tr td:nth-child(4){ + position: relative; + top: 15px; + left: -35px; + } + + + + .color-worst pre background-color: rgb(230, 184, 175) .color-worse pre