onnxruntime/python/_static/graphviz.css
Xavier Dupré a071fd02fd New web site 1.0.0 (#2289)
* new website

* python documentation
2019-10-30 09:35:16 -07: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%;
}