mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Minor changes
This commit is contained in:
parent
637f38b7c1
commit
568b01761c
2 changed files with 1 additions and 4 deletions
|
@ -228,9 +228,6 @@ i.rules-icon:hover {
|
||||||
color: rgb(200, 200, 200);
|
color: rgb(200, 200, 200);
|
||||||
}
|
}
|
||||||
.modal ul {
|
.modal ul {
|
||||||
-webkit-column-count: 3;
|
|
||||||
-moz-column-count: 3;
|
|
||||||
column-count: 3;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.modal h4 {
|
.modal h4 {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="section active cover-1" id="header">
|
<div class="section active cover-1" id="header">
|
||||||
<h3 id="status"> <span id="online" ></span></h3>
|
<h3 id="status"> <span id="online" ></span></h3>
|
||||||
<a href="#onlineplayers" class="button modal-trigger" data-target="onlineplayers">Online Players</a>
|
<a href="#onlineplayers" class="button modal-trigger" data-target="onlineplayers">Players</a>
|
||||||
<div id="onlineplayers" class="modal modal-fixed-footer">
|
<div id="onlineplayers" class="modal modal-fixed-footer">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<h4>Current Online Players</h4>
|
<h4>Current Online Players</h4>
|
||||||
|
|
Loading…
Reference in a new issue