From 9029cd251ee631039ed60fe7e3379d070ca851de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Tue, 22 Sep 2015 15:42:22 +0000 Subject: [PATCH] Removed body background from css --- shelfzilla/themes/bootflat/static/less/layout.less | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/shelfzilla/themes/bootflat/static/less/layout.less b/shelfzilla/themes/bootflat/static/less/layout.less index 9bafa8c..5311e0f 100644 --- a/shelfzilla/themes/bootflat/static/less/layout.less +++ b/shelfzilla/themes/bootflat/static/less/layout.less @@ -1,13 +1,4 @@ -body { - background-color: rgb(241, 242, 246) !important; - } - -/* Código retido Issue #82 - - background-image: url(../backgrounds/triangify.png); - background-position: center top; - background-attachment: fixed; -}*/ +body { background-color: rgb(241, 242, 246) !important; } /* Login panel */ .panel-login {