diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-02-04 14:51:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 14:51:00 +0000 |
| commit | 7a5d03fe15f1d467f7b224c528b95eccc080b2c1 (patch) | |
| tree | 7d1ccccac7eb588221fd3aa26c9d9227293ba179 /docs/_static/custom.css | |
| parent | 786c3d0addb5d6b155dc73f8bd444bde00877045 (diff) | |
| download | virtualenv-7a5d03fe15f1d467f7b224c528b95eccc080b2c1.tar.gz | |
rewrite the documentation (#1519)
Diffstat (limited to 'docs/_static/custom.css')
| -rw-r--r-- | docs/_static/custom.css | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 0000000..07c1755 --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,65 @@ +.wy-nav-content { + max-width: 51.5em; + padding: 1em; +} + +#virtualenv img { + margin-bottom: 6px; +} + +/* override table width restrictions */ +.wy-table-responsive table th, .wy-table-responsive table td { + /* !important prevents the common CSS stylesheets from + overriding this as on RTD they are loaded after this stylesheet */ + white-space: normal !important; + padding: 6px !important; +} + +.wy-table-responsive { + overflow: visible !important; +} + +.rst-content table.docutils td ol { + margin-bottom: 0; +} + +.rst-content table.docutils td ul { + margin-bottom: 0; +} + +.rst-content table.docutils td p { + margin-bottom: 0; +} + +div[class*="highlight-"] { + margin-bottom: 12px; +} + +table { + margin-left: 20px !important; +} + +#release-history p { + margin-bottom: 0; + margin-top: 0; +} + +#release-history h3 { + margin-bottom: 6px; +} + +#release-history ul { + margin-bottom: 12px; +} + +#release-history ul ul { + margin-bottom: 0; +} + +#release-history h2 { + margin-bottom: 12px; +} + +.rst-content code { + padding: 2px; +} |
