blob: 2763001bac2e2880a35196ad9239156f8e9c1548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
article figure {
text-align: center;
margin: 0;
max-width: 100%;
font-size: 0.8em;
}
img.float-right {
float: right;
display: inline;
margin-left: 10px;
}
img.center {
max-width: 100%;
height: auto;
}
img.small {
max-width: 50%;
height: auto;
}
figure.graph {
background-color: var(--highlight-bg);
padding: 5px;
padding-top: 20px;
}
figure.graph img {
width: 95%;
}
|