19 lines
No EOL
286 B
CSS
19 lines
No EOL
286 B
CSS
|
|
h5 {
|
|
color: lightgrey;
|
|
}
|
|
|
|
table {
|
|
column-width: auto;
|
|
color: lightgray;
|
|
/* border-top: none;
|
|
border-bottom: none;*/
|
|
}
|
|
|
|
/*.roleTable table tr:not(:first-child) > td {
|
|
border-top: none;
|
|
}
|
|
|
|
.roleTable table tr:not(:last-child) > td {
|
|
border-bottom: none;
|
|
}*/ |