mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement node info page
This commit is contained in:
parent
96a03ec4ec
commit
f0c8bd968d
9 changed files with 414 additions and 12 deletions
|
|
@ -17,6 +17,10 @@ h1, h2, h3, h4, h5 {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
@ -71,6 +75,9 @@ input[type="submit"] {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
header a.logo {
|
||||
color: #ccc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue