Commit e4f4a29d7270fa98071840e6f9f33642de9f93c0

Authored by Victor Costa
1 parent bb9c8e99

Remove box background that display box numbers

Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
public/stylesheets/application.css
@@ -1803,15 +1803,6 @@ a.button.disabled, input.disabled { @@ -1803,15 +1803,6 @@ a.button.disabled, input.disabled {
1803 background-repeat: no-repeat; 1803 background-repeat: no-repeat;
1804 background-position: top right; 1804 background-position: top right;
1805 } 1805 }
1806 -#box-organizer div.box-1 {  
1807 - background-image: url(../images/blocks/1.png);  
1808 -}  
1809 -#box-organizer div.box-2 {  
1810 - background-image: url(../images/blocks/2.png);  
1811 -}  
1812 -#box-organizer div.box-3 {  
1813 - background-image: url(../images/blocks/3.png);  
1814 -}  
1815 #box-organizer .block { 1806 #box-organizer .block {
1816 cursor: move; 1807 cursor: move;
1817 } 1808 }