first commit
This commit is contained in:
21
themes/fsmi-theme/static/css/sprechstunden.css
Normal file
21
themes/fsmi-theme/static/css/sprechstunden.css
Normal file
@@ -0,0 +1,21 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user