RTL00_WEB/WEBFiles/ws2.css

13 lines
282 B
CSS
Raw Normal View History

2017-04-22 13:54:00 +00:00
#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; }