mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-21 21:44:21 +00:00
12 lines
282 B
CSS
12 lines
282 B
CSS
#consoleLog {
|
|
overflow-y: scroll;
|
|
width: 480px;
|
|
height: 200px;
|
|
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; }
|