adding new favicon and watermark to the first page

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1094 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-07-08 23:53:25 +00:00
parent f77858ff6c
commit fc005d2958
4 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,5 +1,8 @@
body {
background: #f4f7fa;
background-color: #f4f7fa;
background-image: url('../images/gridworks-watermark.png');
background-repeat: no-repeat;
background-position: left top;
}
#body {
padding: 40px;