aboutsummaryrefslogtreecommitdiff
path: root/docs/_build/html/_static/graphviz.css
blob: b340734c742f51807d1fd9f6effeec1e764d47c3 (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-2021 by the Sphinx team, see AUTHORS.
 * :license: BSD, see LICENSE for details.
 *
 */

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

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