17 lines
318 B
CSS
Raw Normal View History

2025-03-14 16:15:51 +08:00
/*
* plot_directive.css
* ~~~~~~~~~~~~
*
* Stylesheet controlling images created using the `plot` directive within
* Sphinx.
*
* :copyright: Copyright 2020-* by the Matplotlib development team.
* :license: Matplotlib, see LICENSE for details.
*
*/
img.plot-directive {
border: 0;
max-width: 100%;
}