b340734c742f51807d1fd9f6effeec1e764d47c3
[ric-app/rc.git] / docs / _build / html / _static / graphviz.css
1 /*
2  * graphviz.css
3  * ~~~~~~~~~~~~
4  *
5  * Sphinx stylesheet -- graphviz extension.
6  *
7  * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
8  * :license: BSD, see LICENSE for details.
9  *
10  */
11
12 img.graphviz {
13     border: 0;
14     max-width: 100%;
15 }
16
17 object.graphviz {
18     max-width: 100%;
19 }