From 32ac484e74ef821858c13b1a932f144d079ec6fa Mon Sep 17 00:00:00 2001 From: Lucas Legname Date: Mon, 24 Mar 2014 22:50:46 +0100 Subject: [PATCH] =?UTF-8?q?CSS=20fix=20for=20Chrome=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.css b/src/main.css index a62ebb4..0323aa1 100644 --- a/src/main.css +++ b/src/main.css @@ -41,7 +41,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); } #singlearea { font-size: 90%; } #singlesecret { position: relative; top: -130px; float: right; right: 200px; color: red; font-weight: bolder; font-size: 200%; } #singleshare { position: relative; top: -110px; float: left; left: 160px; color: green; font-weight: bolder; font-size: 200%; } -#singlesafety { text-align: left; border-top: 1px solid #BFBFBF; position: relative; } +#singlesafety { text-align: left; border-top: 1px solid #BFBFBF; position: relative; min-height: 500px; } .firstHalfSingleSafety, .secondHalfSingleSafety { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ @@ -58,7 +58,9 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); } } .secondHalfSingleSafety { - float: right; + position: absolute; + top: 0px; + right: 0px; width: 50%; padding: 20px; }