Added 'it gives you this'

This commit is contained in:
George Michael Brower 2011-01-27 14:24:25 -07:00
parent f6a68f5cc7
commit 3cf34f1954
5 changed files with 8 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -48,12 +48,12 @@ h2 {
} }
#notifier { #notifier {
position: absolute; position: fixed;
right: 0; right: 0;
top: 0; top: 0;
width: 271px; width: 271px;
height: 112px; height: 142px;
background: url("assets/arrow.png") 0 0 no-repeat; background: url("assets/itgivesyouthis.jpg") 72px 0 no-repeat;
margin: 30px 22px 0 0; margin: 30px 22px 0 0;
} }

2
gui.js
View File

@ -147,4 +147,6 @@ var GUI = new function() {
open = false; open = false;
} }
}; };