mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-23 00:05:03 +00:00
Cleaning up CSS
This commit is contained in:
parent
8dd34f81ad
commit
68b42f0721
2 changed files with 2 additions and 3 deletions
|
@ -86,8 +86,8 @@ a:focus {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color:#488c1d;
|
background-color:#488c1d;
|
||||||
background-image: linear-gradient(90deg, rgba(0,0,0,.1) 50%, transparent 50%),
|
background-image: linear-gradient(90deg, rgba(0,0,0,.06) 50%, transparent 50%),
|
||||||
linear-gradient(rgba(255,255,255,.1) 50%, transparent 50%);
|
linear-gradient(rgba(255,255,255,.06) 50%, transparent 50%);
|
||||||
background-size:20px 20px;
|
background-size:20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,5 @@
|
||||||
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
|
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="bg"></div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue