From 3787de80384d96ad00e6167d8503e2497a4bb590 Mon Sep 17 00:00:00 2001 From: Tomasz Mieszkowski Date: Mon, 5 Dec 2016 15:49:59 +0100 Subject: [PATCH] [CSS] Remove refs to images that don't exist anymore. --- src/main/less/style.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/less/style.less b/src/main/less/style.less index 1f2fe958..999b61ec 100644 --- a/src/main/less/style.less +++ b/src/main/less/style.less @@ -4,7 +4,6 @@ font-size: 1.5em; font-weight: bold; text-decoration: none; - background: transparent url(../images/logo.png) no-repeat left center; padding: 20px 0 20px 40px; } @@ -84,7 +83,6 @@ width: 1500px; margin: auto; margin-top: 0; -background-image: url('../images/shield.png'); background-repeat: no-repeat; background-position: -40px -20px; margin-bottom: 210px;