diff options
Diffstat (limited to 'doc/guides/custom.css')
-rw-r--r-- | doc/guides/custom.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guides/custom.css b/doc/guides/custom.css new file mode 100644 index 00000000..c87c6061 --- /dev/null +++ b/doc/guides/custom.css @@ -0,0 +1,7 @@ +/* Override readthedocs theme */ + +/* Spacing before a list item must be bigger than spacing inside the item. + * Complex list items start with a p.first element. */ +.section li > .first { + margin-top: 18px; +} |