projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix arvados-tests.sh to use python from a-c-r package if available.
[arvados.git]
/
doc
/
css
/
carousel-override.css
1
/* Copyright (C) The Arvados Authors. All rights reserved.
2
3
SPDX-License-Identifier: CC-BY-SA-3.0 */
4
5
.carousel-control {
6
width: 5%;
7
}
8
9
.carousel-caption {
10
position: static;
11
background: rgba(0,0,0,0.6);
12
color: white;
13
padding-bottom: 35px;
14
padding-left: 1em;
15
padding-right: 1em;
16
padding-top: 15px;
17
}
18
19
.carousel {
20
overflow: hidden;
21
border-radius: 5px;
22
max-width: 900px;
23
margin: 1em;
24
}
25
26
.carousel-indicators {
27
bottom: 0px;
28
}
29