Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

graphviz.css 299 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. /*
  2. * graphviz.css
  3. * ~~~~~~~~~~~~
  4. *
  5. * Sphinx stylesheet -- graphviz extension.
  6. *
  7. * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
  8. * :license: BSD, see LICENSE for details.
  9. *
  10. */
  11. img.graphviz {
  12. border: 0;
  13. max-width: 100%;
  14. }
  15. object.graphviz {
  16. max-width: 100%;
  17. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...