projects
/
xogo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add AbstractClickFillRules for games filling squares (no pieces)
[xogo.git]
/
variants
/
_Antiking
/
style.css
1
@import
url
(
"/base_pieces.css"
);
2
3
piece
.
black
.
antiking
{
4
background-image
:
url
(
'/pieces/Antiking/black_antiking.svg'
);
5
}
6
piece
.
white
.
antiking
{
7
background-image
:
url
(
'/pieces/Antiking/white_antiking.svg'
);
8
}