Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: custom.css: prevent li marker to override text

There's currently an issue with li marker: it is set to use
-1em, which actually makes it override the text. This is visible
on indexes that are deep enough.

Fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <4f28c485b72ea27c0981cd950a1819597d6736b1.1768838938.git.mchehab+huawei@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
7bcdf96a a66437c2

+3
+3
Documentation/sphinx-static/custom.css
··· 30 30 margin-bottom: 20px; 31 31 } 32 32 33 + /* The default is to use -1em, wich makes it override text */ 34 + li { text-indent: 0em; } 35 + 33 36 /* 34 37 * Parameters for the display of function prototypes and such included 35 38 * from C source files.