diff options
| author | TLouf <31036680+TLouf@users.noreply.github.com> | 2023-05-11 15:28:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 14:28:57 +0100 |
| commit | 86b07d4a97a225e79150d14e25a768ebc4c087cc (patch) | |
| tree | 2c0c8691fff120604b9071cb24019ed1d49986a6 /sphinx/themes/basic/static/basic.css_t | |
| parent | c73628dfcac844f89198ccd805e8e35609b37636 (diff) | |
| download | sphinx-git-86b07d4a97a225e79150d14e25a768ebc4c087cc.tar.gz | |
Allow multi-line object description signatures (#11011)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com>
Co-authored-by: TLouf <loufthomas@gmail.com>
Diffstat (limited to 'sphinx/themes/basic/static/basic.css_t')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index 9d5e4419d..9ae180267 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -670,6 +670,16 @@ dd { margin-left: 30px; } +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + dl > dd:last-child, dl > dd:last-child > :last-child { margin-bottom: 0; |
