4 lines
135 B
CSS
4 lines
135 B
CSS
.table td > a {display: inline-block; cursor: pointer;}
|
|
.table td > a:hover {text-decoration: none;}
|
|
.table td.reviewer{padding: 5px;}
|