mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
2ac6f3281b
commit
fa42e9cdf6
1 changed files with 0 additions and 28 deletions
28
index.html
28
index.html
|
@ -236,33 +236,6 @@
|
||||||
font-size: 0.813em;
|
font-size: 0.813em;
|
||||||
color: rgba(255,255,255,.4);
|
color: rgba(255,255,255,.4);
|
||||||
}
|
}
|
||||||
#facebook:before, #twitter:before {
|
|
||||||
border-radius: 50%;
|
|
||||||
display: inline-block;
|
|
||||||
padding: 0.188em;
|
|
||||||
font-size: 1.750em;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#facebook {
|
|
||||||
margin: 0 0.375em 0 0;
|
|
||||||
}
|
|
||||||
#twitter {
|
|
||||||
margin: 0 0 0 0.375em;
|
|
||||||
}
|
|
||||||
#facebook:before {
|
|
||||||
background: rgba(59,89,152,.7);
|
|
||||||
content: '\f09a';
|
|
||||||
}
|
|
||||||
#facebook:hover:before {
|
|
||||||
background: rgba(59,89,152,.9);
|
|
||||||
}
|
|
||||||
#twitter:before {
|
|
||||||
background: rgba(0,132,180,.8);
|
|
||||||
content: '\f099';
|
|
||||||
}
|
|
||||||
#twitter:hover:before {
|
|
||||||
background: rgba(0,132,180,1);
|
|
||||||
}
|
|
||||||
/* Downloads */
|
/* Downloads */
|
||||||
#downloads {
|
#downloads {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -506,7 +479,6 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<a href="https://www.facebook.com/flameserver" id="facebook" title="Facebook"></a><a href="https://twitter.com/flameserver" id="twitter" title="Twitter"></a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="downloads">
|
<div id="downloads">
|
||||||
|
|
Loading…
Reference in a new issue