mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-13 10:01:54 +00:00
10 lines
196 B
CSS
10 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; }
|