7 lines
84 B
CSS
7 lines
84 B
CSS
|
|
#logView {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 400px;
|
||
|
|
|
||
|
|
background-color: yellow;
|
||
|
|
}
|