properly do uptime windows
This commit is contained in:
parent
c5a3ae279c
commit
d2e11d2b4f
4 changed files with 240 additions and 39 deletions
|
@ -11,6 +11,21 @@ section {
|
|||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.title h3 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.title .subtitle {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
section.up {
|
||||
background-color: greenyellow;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue