13 lines
164 B
CSS
13 lines
164 B
CSS
#options div {
|
|
float: left;
|
|
margin: 2px;
|
|
background-color: lightblue;
|
|
}
|
|
|
|
p.playerName {
|
|
cursor: pointer;
|
|
}
|
|
|
|
p.all_checked {
|
|
font-weight: bold;
|
|
} |