[Communities] Header wasn't showing since the list had the wrong class.
This commit is contained in:
parent
f1ac5cc5b5
commit
389f913e74
@ -273,6 +273,8 @@ header * {
|
||||
}
|
||||
|
||||
#nodes tr:nth-child(even){background-color: #F6F4F6;}
|
||||
#nodes tr:nth-child(odd){background-color: #EEEEEE;}
|
||||
|
||||
|
||||
#nodes tr:hover {background-color: #e9eaed;}
|
||||
|
||||
|
@ -41,8 +41,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<div class="content">
|
||||
<div class="splash-container">
|
||||
<div class="splash">
|
||||
|
||||
<h2 class="content-head is-center">Some public GNU social communities</h2>
|
||||
<p>Please note that the servers listed here are not run by us and we are not responsible for their operation or
|
||||
|
Loading…
Reference in New Issue
Block a user