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
a7514880bd
commit
52f573a5f5
1 changed files with 6 additions and 9 deletions
15
index.html
15
index.html
|
@ -218,25 +218,22 @@
|
||||||
#newscontainer {
|
#newscontainer {
|
||||||
padding: 2.000em 9.375em 2.000em 9.375em;
|
padding: 2.000em 9.375em 2.000em 9.375em;
|
||||||
}
|
}
|
||||||
#box {
|
#news ul {
|
||||||
height: 23em;
|
height: 23em;
|
||||||
|
margin: 0 0 1.563em 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
margin: 0 0 1.563em 0;
|
|
||||||
}
|
|
||||||
#box ul {
|
|
||||||
text-align: left;
|
|
||||||
list-style-type: none;
|
|
||||||
padding: 0 0.625em 0 0;
|
padding: 0 0.625em 0 0;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
#box li {
|
#news li {
|
||||||
margin: 0 0 1.250em 0;
|
margin: 0 0 1.250em 0;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
#box li:last-child {
|
#news li:last-child {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#box span {
|
#news span {
|
||||||
font-size: 0.813em;
|
font-size: 0.813em;
|
||||||
color: rgba(255,255,255,.4);
|
color: rgba(255,255,255,.4);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue