onnxruntime/python/_static/graphviz.css
Ryan Hill ac549a3e67 Update Python Docs to v1.1.0 (#2717)
* Update to v1.1.0

* Update Python docs to v1.1.0
2019-12-20 17:11:46 -08:00

19 lines
299 B
CSS

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