add doc build files
[pti/rtp.git] / docs / _build / linkcheck / _static / graphviz.css
1 /*
2  * graphviz.css
3  * ~~~~~~~~~~~~
4  *
5  * Sphinx stylesheet -- graphviz extension.
6  *
7  * :copyright: Copyright 2007-2019 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 }