summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/doc/guides/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/spdk/dpdk/doc/guides/custom.css')
-rw-r--r--src/spdk/dpdk/doc/guides/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/spdk/dpdk/doc/guides/custom.css b/src/spdk/dpdk/doc/guides/custom.css
new file mode 100644
index 00000000..c87c6061
--- /dev/null
+++ b/src/spdk/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;
+}