mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 10:40:51 +00:00
Removed unused code
This commit is contained in:
@@ -37,41 +37,4 @@
|
||||
.table-container {
|
||||
margin-left: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
.dropdown-menu-linux {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.dropdownbtn {
|
||||
border: none;
|
||||
color: #fefee1;
|
||||
background-color: transparent;
|
||||
text-shadow: 0 0 1px rgba(22, 25, 35, 0.5);
|
||||
}
|
||||
|
||||
.dropdown-menu-linux-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: rgb(255 179 38 / 80%);
|
||||
width: 100%;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dropdown-menu-linux-content a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dropdown-menu-linux-content a:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.dropdown-menu-linux:hover .dropdown-menu-linux-content {
|
||||
display: block;
|
||||
}
|
||||
*/
|
||||
}
|
||||
@@ -227,27 +227,13 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="buttons mt-3">
|
||||
<form action="/linux-builds">
|
||||
<form action="/linux-builds" method="post">
|
||||
<button class="download-client js-show-story" style="background: radial-gradient(circle,rgb(255 179 38 / 80%),rgb(255 176 0 / 65%)) center/100%;">
|
||||
<img class="os-icon" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/linux/linux-plain.svg" alt="linux-logo">
|
||||
<span class="text">Download Server</span>
|
||||
<span class="description"> Linux builds</span>
|
||||
</button>
|
||||
</form>
|
||||
<!--
|
||||
<div class="download-client js-show-story" style="background: radial-gradient(circle,rgb(255 179 38 / 80%),rgb(255 176 0 / 65%)) center/100%;">
|
||||
<img class="os-icon" src="https://raw.githubusercontent.com/devicons/devicon/master/icons/linux/linux-plain.svg" alt="linux-logo">
|
||||
<div class="dropdown-menu-linux">
|
||||
<button class="dropdownbtn">Download server</button>
|
||||
<div class="dropdown-menu-linux-content">
|
||||
<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-debian">Debian (x86/64)</a>
|
||||
<a href="GOOGOOGAAGAA ADD LINK HERE">Debian (arm64)</a>
|
||||
<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-ubuntu">Ubuntu (x86/64)</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="description">Linux builds</span>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user