projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 4383-easy-install
[arvados.git]
/
apps
/
workbench
/
app
/
assets
/
stylesheets
/
jobs.css.scss
1
.arv-job-log-window {
2
height: 40em;
3
white-space: nowrap;
4
overflow: scroll;
5
background: black;
6
color: white;
7
font-family: monospace;
8
font-size: .8em;
9
border: 2px solid black;
10
}