From d24c67a458a33c3ee4993b0b4f7c8ffd5d483d0e Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Mon, 10 Mar 2014 12:08:10 +0100 Subject: [PATCH] update rendered stylesheet --- style/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style/main.css b/style/main.css index 7a24dc8..3fe2316 100644 --- a/style/main.css +++ b/style/main.css @@ -164,16 +164,19 @@ hr { height: 60px; line-height: 60px; margin-top: 222px; } + .game-container .game-message .lower { + display: block; + margin-top: 59px; } .game-container .game-message a { display: inline-block; - background: #a69382; + background: #8f7a66; border-radius: 3px; padding: 0 20px; text-decoration: none; color: #f9f6f2; height: 40px; line-height: 42px; - margin-top: 59px; } + margin-left: 9px; } .game-container .game-message.game-won { background: rgba(237, 194, 46, 0.5); color: #f9f6f2; } -- GitLab