From ae9b7018c4da2a6fa7750935fc1bfc8dc34dfbdd Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Thu, 27 Nov 2014 15:39:19 +0100 Subject: [PATCH] fix puzzle 3D pieces --- public/stylesheets/puzzle.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/stylesheets/puzzle.css b/public/stylesheets/puzzle.css index fd76f9cee4..5ba3067ed0 100644 --- a/public/stylesheets/puzzle.css +++ b/public/stylesheets/puzzle.css @@ -126,10 +126,6 @@ opacity: 0.5; text-shadow: none !important; } -#puzzle div.cg-board { - width: 512px; - height: 512px; -} #puzzle div.upvote { float: right; text-align: center;