diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-07 21:31:20 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-07 21:31:32 -0500 |
| commit | c19462988424a0b893628530094ac7865b7d1165 (patch) | |
| tree | ceedf93318dfb87966858a6231ec75917a38dbd2 /doc/_static/coverage.css | |
| parent | afc67491d54fb7f5854c9f10af0c80aac73ec911 (diff) | |
| download | python-coveragepy-git-c19462988424a0b893628530094ac7865b7d1165.tar.gz | |
Use tabs to describe different test runner quick-starts
Diffstat (limited to 'doc/_static/coverage.css')
| -rw-r--r-- | doc/_static/coverage.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/_static/coverage.css b/doc/_static/coverage.css index 9726bbf4..15a55508 100644 --- a/doc/_static/coverage.css +++ b/doc/_static/coverage.css @@ -15,6 +15,33 @@ img.tideliftlogo { margin-top: .5em !important; } +.rst-content div[class^="highlight"] { + margin-bottom: 12px; +} + +.rst-content ol.arabic li { + margin-bottom: 12px; +} + +/* Tabs */ + +.ui.menu { + font-family: Helvetica; + min-height: 0; +} + +.ui.tabular.menu .item { + padding: .25em 1em; +} + +.ui.menu .item { + padding: 0; +} + +.sphinx-tabs { + margin-bottom: 1em; +} + /* .. parsed-literal:: isn't styled like other <pre> blocks!? */ .rst-content pre.literal-block { |
