mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 11:37:03 -05:00
New updates
This commit is contained in:
parent
9a1764963e
commit
5cde24c7e9
1 changed files with 9 additions and 4 deletions
13
index.html
13
index.html
|
@ -328,14 +328,17 @@ input:focus {
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
#news-list {
|
||||
text-align: left;
|
||||
#news-box {
|
||||
height:50%;
|
||||
overflow: auto;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#news-list {
|
||||
text-align: left;
|
||||
list-style-type: none;
|
||||
padding-right: 10px;
|
||||
padding: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#news-list li{
|
||||
margin-bottom: 15px;
|
||||
|
@ -421,7 +424,7 @@ margin-right: 16px;
|
|||
#about-title:before{
|
||||
margin-right: 13px;
|
||||
}
|
||||
#news-list{
|
||||
#news-box{
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
#news-list li{
|
||||
|
@ -454,6 +457,7 @@ color: rgba(255,255,255,.4);
|
|||
<div id="news">
|
||||
<div id="news-body">
|
||||
<h2 id="news-title">News</h2>
|
||||
<div id="news-box">
|
||||
<ul id="news-list">
|
||||
<li>A "News" section has been added to our website. We've also created a small forum for questions and issues.<br/>
|
||||
<span class="date">June 18, 2015</span></li>
|
||||
|
@ -474,6 +478,7 @@ color: rgba(255,255,255,.4);
|
|||
<li>The server was created. Thanks to both myokan and Kit_Kat_Matt for being very supportive and helpful during the early days.<br/>
|
||||
<span class="date">June 2, 2014</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="https://www.facebook.com/flameserver" id="facebook"></a><a href="https://twitter.com/flameserver" id="twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue