New updates

This commit is contained in:
mathias 2015-06-18 22:25:56 +03:00
parent 9a1764963e
commit 5cde24c7e9

View file

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