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; }