12 lines
186 B
CSS
12 lines
186 B
CSS
|
.table td.placeholder {
|
||
|
text-align: center;
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
.table td.placeholder a {
|
||
|
display: block;
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
font-weight: bold;
|
||
|
}
|