Mercurial > p > roundup > code
comparison website/www/_static/style.css @ 7318:a5dd4893d089
Close spacing in the master TOC as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 May 2023 02:43:21 -0400 |
| parents | 7e25424e2169 |
| children | 2a78ade9a5eb |
comparison
equal
deleted
inserted
replaced
| 7317:7e25424e2169 | 7318:a5dd4893d089 |
|---|---|
| 40 } | 40 } |
| 41 | 41 |
| 42 * + * { margin-block-start: 1.2em;} | 42 * + * { margin-block-start: 1.2em;} |
| 43 | 43 |
| 44 /* shrink spacing between list elements in tables of contents */ | 44 /* shrink spacing between list elements in tables of contents */ |
| 45 div.contents * + * { margin-block-start: 0.25em;} | 45 div.toctree-wrapper * + *, div.contents * + * { |
| 46 margin-block-start: 0.25em; | |
| 47 } | |
| 46 | 48 |
| 47 h1, h2, h3, h4, h5, h6 { | 49 h1, h2, h3, h4, h5, h6 { |
| 48 line-height: 1.25; | 50 line-height: 1.25; |
| 49 /* Larger spacing before header and smaller after to make | 51 /* Larger spacing before header and smaller after to make |
| 50 header part of following section */ | 52 header part of following section */ |
