diff options
Diffstat (limited to '')
-rw-r--r-- | src/seastar/dpdk/doc/guides/custom.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/seastar/dpdk/doc/guides/custom.css b/src/seastar/dpdk/doc/guides/custom.css new file mode 100644 index 000000000..c87c60611 --- /dev/null +++ b/src/seastar/dpdk/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; +} |