funny bg image

This commit is contained in:
Thibault Duplessis 2013-06-10 01:12:36 +02:00
parent ddcae5b3ed
commit fc5c3f9856
6 changed files with 6 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import controllers.routes
trait AssetHelper {
val assetVersion = 53
val assetVersion = 54
def cssTag(name: String) = css("stylesheets/" + name)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -1387,7 +1387,7 @@ div.game_config div.color_submits button.random span {
height: 512px;
top: 0;
left: 0;
background: #f0f0f0;
background: #f0f0f0 url(../images/knight2000.png) no-repeat;
border-radius: 0 5px 5px 5px;
}
#hooks_wrap > div.tabs {

View file

@ -285,6 +285,9 @@ body.dark div.lmcs.black {
background-color: #8a8a8a;
}
body.dark #hooks_wrap {
background-image: url(../images/knight2000b.png);
}
body.dark div.lichess_cemetery div.lichess_piece,
body.dark div.lichess_table div.lichess_piece {

1
todo
View file

@ -70,6 +70,7 @@ add fast tooltips to plots
replace plot with watch plot when game starts
real rematch against AI
lobby table sort
graph x labels inside
---