6 lines
89 B
CSS
6 lines
89 B
CSS
#news {
|
|
overflow: auto;
|
|
height: 150px;
|
|
border: solid black;
|
|
padding-left: 1em;
|
|
}
|