Corrected image references from css.

This commit is contained in:
FrozenCow 2011-03-17 15:30:30 +01:00
parent 37ad28dbcc
commit 5e325d00ea
3 changed files with 22 additions and 22 deletions

View file

@ -29,7 +29,7 @@
color: white;
border: 0px;
background: rgba(0, 0, 0, 0.6);
background: url(images/chat_cursor.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position:left;
background: url(../images/chat_cursor.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position:left;
outline: none;
}
.messagelist {