graphviz.css 299 B

1234567891011121314151617181920
  1. /*
  2. * graphviz.css
  3. * ~~~~~~~~~~~~
  4. *
  5. * Sphinx stylesheet -- graphviz extension.
  6. *
  7. * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
  8. * :license: BSD, see LICENSE for details.
  9. *
  10. */
  11. img.graphviz {
  12. border: 0;
  13. max-width: 100%;
  14. }
  15. object.graphviz {
  16. max-width: 100%;
  17. }