one image less to load on homepage

This commit is contained in:
Thibault Duplessis 2013-07-31 12:45:33 +02:00
parent 77dcc675ab
commit 9565aa7863
4 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
@(entry: lila.timeline.GameEntry)
<td><a class="watch" href="@routes.Round.watcher(entry.gameId, "white")"></a></td>
<td><a class="watch s24 eye" href="@routes.Round.watcher(entry.gameId, "white")"></a></td>
<td>
@{ Html((entry.players.map {
case (name, None) => name

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1837,7 +1837,7 @@ div.lichess_bot a.watch {
display: block;
width: 24px;
height: 24px;
background: url(../images/eye.png) top left no-repeat;
background: url("../images/s24.png") no-repeat 0 -96px;
opacity: 0.4;
}
div.lichess_bot tr:hover a.watch {