mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
13 lines
147 B
CSS
13 lines
147 B
CSS
/*
|
|
* Sphinx stylesheet -- graphviz extension.
|
|
*/
|
|
|
|
img.graphviz {
|
|
border: 0;
|
|
max-width: 100%;
|
|
}
|
|
|
|
object.graphviz {
|
|
max-width: 100%;
|
|
}
|