From 4ba153836672cb4870a5d19af55eb79d7be92a3f Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Wed, 6 Oct 2010 23:24:28 +0000 Subject: [PATCH] removing gridworks watermark from the front page and fixed a broken link git-svn-id: http://google-refine.googlecode.com/svn/trunk@1440 7d457c2a-affb-35e4-300a-418c747d4874 --- main/webapp/modules/core/MOD-INF/controller.js | 2 +- main/webapp/modules/core/styles/index.less | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/main/webapp/modules/core/MOD-INF/controller.js b/main/webapp/modules/core/MOD-INF/controller.js index e5a5f6419..571ae5315 100644 --- a/main/webapp/modules/core/MOD-INF/controller.js +++ b/main/webapp/modules/core/MOD-INF/controller.js @@ -170,7 +170,7 @@ function init() { [ "externals/jquery-ui/css/ui-lightness/jquery-ui-1.8.custom.css", "styles/common.less", - "styles/freebase.css", + "styles/freebase.less", "styles/index.less", "styles/jquery-ui-overrides.less" ] diff --git a/main/webapp/modules/core/styles/index.less b/main/webapp/modules/core/styles/index.less index 6afc17455..72fb2ca1c 100644 --- a/main/webapp/modules/core/styles/index.less +++ b/main/webapp/modules/core/styles/index.less @@ -1,6 +1,5 @@ body { background-color: #f4f7fa; - background-image: url('../images/google-refine-watermark.png'); background-repeat: no-repeat; background-position: left top; }