summaryrefslogtreecommitdiffstats
path: root/sphinx/templates/graphviz/graphviz.css
blob: 8d81c02ed99c5c74f6e8e6b147eec434121e19a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * graphviz.css
 * ~~~~~~~~~~~~
 *
 * Sphinx stylesheet -- graphviz extension.
 *
 * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

img.graphviz {
    border: 0;
    max-width: 100%;
}

object.graphviz {
    max-width: 100%;
}