add border for news box
This commit is contained in:
parent
e65d24700c
commit
09d1777aa7
3 changed files with 8 additions and 2 deletions
css
|
@ -1,4 +1,6 @@
|
|||
#news {
|
||||
overflow: auto;
|
||||
height: 150px;
|
||||
border: solid black;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue