onnxruntime/docs/api/python/static/graphviz.css
github-actions[bot] 2f3220218f
Update Python API docs to commit 860f282 (#10881)
Co-authored-by: natke <natke@users.noreply.github.com>
2022-03-15 18:13:11 -07:00

19 lines
299 B
CSS

/*
* graphviz.css
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- graphviz extension.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
img.graphviz {
border: 0;
max-width: 100%;
}
object.graphviz {
max-width: 100%;
}