heartbeat
This commit is contained in:
parent
815dfbd2ac
commit
8447fe5414
8 changed files with 314 additions and 262 deletions
|
|
@ -42,4 +42,18 @@ tr {
|
|||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
.button {
|
||||
padding: 2px 6px 2px 6px;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
border-right: 1px solid #333333;
|
||||
border-bottom: 1px solid #333333;
|
||||
border-left: 1px solid #CCCCCC;
|
||||
}
|
||||
/* https://enmascript.com/articles/2019/09/26/toggle-content-on-click-without-javascript/ */
|
||||
#moids {
|
||||
display: none;
|
||||
}
|
||||
#moids:target {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue