mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-02 20:16:54 -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;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#news-list {
|
#news-box {
|
||||||
text-align: left;
|
|
||||||
height:50%;
|
height:50%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#news-list {
|
||||||
|
text-align: left;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
}
|
||||||
#news-list li{
|
#news-list li{
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
@ -421,7 +424,7 @@ margin-right: 16px;
|
||||||
#about-title:before{
|
#about-title:before{
|
||||||
margin-right: 13px;
|
margin-right: 13px;
|
||||||
}
|
}
|
||||||
#news-list{
|
#news-box{
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
#news-list li{
|
#news-list li{
|
||||||
|
@ -454,6 +457,7 @@ color: rgba(255,255,255,.4);
|
||||||
<div id="news">
|
<div id="news">
|
||||||
<div id="news-body">
|
<div id="news-body">
|
||||||
<h2 id="news-title">News</h2>
|
<h2 id="news-title">News</h2>
|
||||||
|
<div id="news-box">
|
||||||
<ul id="news-list">
|
<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/>
|
<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>
|
<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/>
|
<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>
|
<span class="date">June 2, 2014</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
<a href="https://www.facebook.com/flameserver" id="facebook"></a><a href="https://twitter.com/flameserver" id="twitter"></a>
|
<a href="https://www.facebook.com/flameserver" id="facebook"></a><a href="https://twitter.com/flameserver" id="twitter"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue