mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 14:04:21 +00:00
13 lines
282 B
CSS
13 lines
282 B
CSS
|
#consoleLog {
|
||
|
overflow-y: scroll;
|
||
|
width: 480px;
|
||
|
height: 800px;
|
||
|
border: solid 1px #aaaaaa;
|
||
|
background-color: #ffffff;
|
||
|
padding-left: 5px; }
|
||
|
#consoleLog > pre {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0; }
|
||
|
#consoleLog > pre:nth-child(even) {
|
||
|
background-color: #fafafa; }
|