From e4f4a29d7270fa98071840e6f9f33642de9f93c0 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 10 Mar 2015 18:09:44 -0300 Subject: [PATCH] Remove box background that display box numbers --- public/stylesheets/application.css | 9 --------- 1 file changed, 0 insertions(+), 9 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 47fd606..8458be6 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1803,15 +1803,6 @@ a.button.disabled, input.disabled { background-repeat: no-repeat; background-position: top right; } -#box-organizer div.box-1 { - background-image: url(../images/blocks/1.png); -} -#box-organizer div.box-2 { - background-image: url(../images/blocks/2.png); -} -#box-organizer div.box-3 { - background-image: url(../images/blocks/3.png); -} #box-organizer .block { cursor: move; } -- libgit2 0.21.2