Skip to content

Commit

Permalink
header: add li.offline style
Browse files Browse the repository at this point in the history
The players.php page needs at least the li.offline style from the commented-out g7.css to look correct.
  • Loading branch information
kenyon authored and adamus1red committed Jun 5, 2021
1 parent 9d32803 commit f35dd11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
main>.container {
padding-top: 60px;
}
li.offline { color: #c0c0c0; }
/*.container {
padding-top: 10px;
}*/
Expand Down Expand Up @@ -67,4 +68,4 @@
</header>
<main class="flex-shrink-0" role="main">
<div class="py-5 bg-dark text-white">
<div class="container">
<div class="container">

0 comments on commit f35dd11

Please sign in to comment.