Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 13:45:20 +02:00
parent 8dd34f81ad
commit 68b42f0721
2 changed files with 2 additions and 3 deletions

View file

@ -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;
}

View file

@ -23,6 +23,5 @@
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
</div>
</div>
<div id="bg"></div>
</body>
</html>