onnxruntime/python/static/graphviz.css
Xavier Dupré e210853b0c
Update python documentation (rename folders prefixed by _) (#6575)
* Update python documentation

* remove two unnecessary files

Co-authored-by: xavier dupré <xavier.dupre@gmail.com>
2021-02-10 16:34:31 -08:00

19 lines
299 B
CSS

/*
* 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%;
}