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
This commit is contained in:
Stefano Mazzocchi 2010-10-06 23:24:28 +00:00
parent 90d1111ebc
commit 4ba1538366
2 changed files with 1 additions and 2 deletions

View File

@ -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"
]

View File

@ -1,6 +1,5 @@
body {
background-color: #f4f7fa;
background-image: url('../images/google-refine-watermark.png');
background-repeat: no-repeat;
background-position: left top;
}