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