RTL00_WEB_VS/RTLGDB/WEBFiles/ws2.css
ADElectronics 764b020238 update
2017-11-28 22:31:40 +03:00

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; }