Private
Public Access
1
0

attach workouts to sessions version 0

This commit is contained in:
Sander Roosendaal
2018-02-07 16:37:03 +01:00
parent d3448c66f1
commit 91d59dfc28
13 changed files with 483 additions and 61 deletions

View File

@@ -291,6 +291,19 @@ th.rotate > div > span {
border: solid 1px #333;
}
.dot {
border-radius: 50%;
display: block;
text-align: center;
width: 25px;
height: 25px;
border: solid 1px #333;
}
.dot:hover {
text-decoration: none;
}
.button {
font: 1.1em/1.5em sans-serif;
text-decoration: none;