projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
20640: Use reject instead of select for readability.
[arvados.git]
/
doc
/
css
/
images.css
1
/* Copyright (C) The Arvados Authors. All rights reserved.
2
3
SPDX-License-Identifier: CC-BY-SA-3.0 */
4
5
img.full-width {
6
width: 100%
7
}
8
9
img.screenshot {
10
max-width: calc(100% - 2em);
11
border: 3px;
12
border-style: solid;
13
margin-left: 2em;
14
margin-bottom: 2em;
15
}
16
17
img.side {
18
float: left;
19
width: 50%;
20
}