diff options
Diffstat (limited to 'docs/_build/html/_static/graphviz.css')
-rw-r--r-- | docs/_build/html/_static/graphviz.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/_build/html/_static/graphviz.css b/docs/_build/html/_static/graphviz.css new file mode 100644 index 0000000..b340734 --- /dev/null +++ b/docs/_build/html/_static/graphviz.css @@ -0,0 +1,19 @@ +/* + * 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%; +} |