12 lines
147 B
CSS
12 lines
147 B
CSS
/*
|
|
* Sphinx stylesheet -- graphviz extension.
|
|
*/
|
|
|
|
img.graphviz {
|
|
border: 0;
|
|
max-width: 100%;
|
|
}
|
|
|
|
object.graphviz {
|
|
max-width: 100%;
|
|
}
|