From 48eabb1666dfb4c160b42c6013e26e8a1b46ed44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Wed, 9 Apr 2014 13:10:53 +0200 Subject: [PATCH] fix grunt not applied --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c79752c..88d5d33 100644 --- a/index.html +++ b/index.html @@ -5852,7 +5852,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: #coinLogo { width: 55px; height: 55px; padding: 10px; position: absolute; top: 2px; left: 10px; } #coinLogoImg { width: 100%; height: 100%; } -.coinIcoin { width: 62px; height: 62px; padding: 10px; position: absolute; top: 273px; left: 49px; } +.coinIcoin { width: 64px; height: 64px; padding: 10px; position: absolute; top: 272px; left: 48px; } #coinImg { width: 100%; height: 100%; } #main { position: relative; text-align: center; margin: 0px auto; width: 1005px; } @@ -5901,7 +5901,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: transform: rotate(180deg); } -.paperWalletText { bottom: 8px; height: 156px; left: 339px; padding: 15px 15px 17px 37px; position: absolute; width: 265px; font-size: 10px; color: #867474; line-height: 15px; } +.paperWalletText { bottom: 8px; height: 156px; left: 339px; padding: 15px 15px 17px 37px; position: absolute; width: 265px; font-size: 10px; color: #383838; line-height: 15px; } .paperWalletText ul { margin: 0px; padding: 0px; } .paperWalletText li { line-height: 13px; margin-bottom: 5px; }