projects
/
xogo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5881bc3f4d3a60d4126e4c2b72de8d71aa625b2b
[xogo.git]
/
variants
/
Dice
/
style.css
1
@import
url
(
"/base_pieces.css"
);
2
3
div
.
piece-text
{
4
position
:
relative
;
5
margin-top
:
15px
;
6
width
:
100
%;
7
text-align
:
center
;
8
background-color
:
transparent
;
9
color
:
darkred
;
10
font-weight
:
bold
;
11
font-size
:
2em
;
12
}