php
This commit is contained in:
@ -81,10 +81,14 @@ table {
|
||||
table-layout: fixed;
|
||||
border-spacing: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid transparent;
|
||||
padding: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#hold {
|
||||
@ -171,8 +175,8 @@ td {
|
||||
|
||||
.ghost {
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
border-color: rgba(255, 255, 255, 0.3);
|
||||
border-style: inset;
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#stats {
|
||||
|
Reference in New Issue
Block a user