projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
7435: Node Manager stops trying to shut down delisted cloud nodes.
[arvados.git]
/
doc
/
css
/
carousel-override.css
1
.carousel-control {
2
width: 5%;
3
}
4
5
.carousel-caption {
6
position: static;
7
background: rgba(0,0,0,0.6);
8
color: white;
9
padding-bottom: 35px;
10
padding-left: 1em;
11
padding-right: 1em;
12
padding-top: 15px;
13
}
14
15
.carousel {
16
overflow: hidden;
17
border-radius: 5px;
18
max-width: 900px;
19
margin: 1em;
20
}
21
22
.carousel-indicators {
23
bottom: 0px;
24
}
25