mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-13 13:21:52 +00:00
11 lines
196 B
CSS
11 lines
196 B
CSS
|
.logconsole {
|
||
|
font:12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas';
|
||
|
color: #fff;
|
||
|
padding:5px;
|
||
|
margin:5px;
|
||
|
font-size:14px;
|
||
|
background: black;
|
||
|
}
|
||
|
|
||
|
.ace_editor { height: 800px; }
|