2020-01-22 00:59:16 +00:00
|
|
|
/*
|
|
|
|
* graphviz.css
|
|
|
|
* ~~~~~~~~~~~~
|
|
|
|
*
|
|
|
|
* Sphinx stylesheet -- graphviz extension.
|
|
|
|
*
|
2021-04-10 04:00:37 +00:00
|
|
|
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
|
2020-01-22 00:59:16 +00:00
|
|
|
* :license: BSD, see LICENSE for details.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
img.graphviz {
|
|
|
|
border: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
object.graphviz {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|