diff options
| author | 2025-07-21 00:43:42 +0800 | |
|---|---|---|
| committer | 2025-07-21 00:43:42 +0800 | |
| commit | 9b6ae1567102aa56a2e45cc21d8eb8a2686593ae (patch) | |
| tree | bf5cf133f87db0d8af2280ee40c9cbc9a31505e9 /_build/html/_static/graphviz.css | |
| parent | 99679fa5ce8b8396d8cae89f00ad2e508f6b9db0 (diff) | |
| download | wiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.tar.gz wiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.zip | |
chore: Unified directory structure
Diffstat (limited to '_build/html/_static/graphviz.css')
| -rw-r--r-- | _build/html/_static/graphviz.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_build/html/_static/graphviz.css b/_build/html/_static/graphviz.css new file mode 100644 index 0000000..30f3837 --- /dev/null +++ b/_build/html/_static/graphviz.css @@ -0,0 +1,12 @@ +/* + * Sphinx stylesheet -- graphviz extension. + */ + +img.graphviz { + border: 0; + max-width: 100%; +} + +object.graphviz { + max-width: 100%; +} |
