RBBGCMuso/docs/table.css
2018-09-27 07:41:41 +02:00

12 lines
223 B
CSS

.reveal .kanyad th {
border-left: 0.5px solid;
border-right: 0.5px solid;
border-bottom: 1px solid;
}
.reveal .kanyad td {
border-left: 0.5px solid;
border-right: 0.5px solid;
border-bottom: 0px;
}