Files
fantastic-matplotlib/build/html/_static/plot_directive.css
skywateryang 825da1e182 update web
2021-06-28 13:19:35 +08:00

17 lines
318 B
CSS

/*
* 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%;
}