mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +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%;
|
||||
color: #fff;
|
||||
background-color:#488c1d;
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,.1) 50%, transparent 50%),
|
||||
linear-gradient(rgba(255,255,255,.1) 50%, transparent 50%);
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,.06) 50%, transparent 50%),
|
||||
linear-gradient(rgba(255,255,255,.06) 50%, transparent 50%);
|
||||
background-size:20px 20px;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,6 +23,5 @@
|
|||
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
|
||||
</div>
|
||||
</div>
|
||||
<div id="bg"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue