plot_directive.css 318 B

12345678910111213141516
  1. /*
  2. * plot_directive.css
  3. * ~~~~~~~~~~~~
  4. *
  5. * Stylesheet controlling images created using the `plot` directive within
  6. * Sphinx.
  7. *
  8. * :copyright: Copyright 2020-* by the Matplotlib development team.
  9. * :license: Matplotlib, see LICENSE for details.
  10. *
  11. */
  12. img.plot-directive {
  13. border: 0;
  14. max-width: 100%;
  15. }