Private
Public Access
1
0

nicer design

This commit is contained in:
Sander Roosendaal
2021-12-27 11:16:02 +01:00
parent 113c2d0f05
commit d7af00a65e
4 changed files with 51 additions and 34 deletions

View File

@@ -1,3 +1,5 @@
#main {
background-color: transparent;
-webkit-background-size: cover;
@@ -320,6 +322,16 @@ th.rotate > div > span {
margin: 2px;
}
.divlines {
display: block;
overflow-x: hidden;
border-width: 1px 0 0 0;
border-color: #333 #333 #333 #333;
border-style: solid;
padding: 5px;
margin: 2px;
}
.whiteborder {
border: solid 2px #aaa;
}