Files
first-contact.net/themes/fsmi-theme/static/css/sprechstunden.css
2017-10-05 18:23:52 +02:00

22 lines
248 B
CSS

tr:nth-child(3n+1) td {
border-top: 1px dashed;
}
td {
border-right: 1px dashed;
}
tr:nth-child(n-1) td {
border-left: 1px dashed;
}
tr:last-child td {
border-bottom: 1px dashed;
}
#page-content{
background-color: white;
color: black;
}