mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-05 00:04:34 -04:00
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>
This commit is contained in:
committed by
Jonathan Corbet
parent
a66437c279
commit
7bcdf96aff
@@ -30,6 +30,9 @@ img.logo {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* The default is to use -1em, wich makes it override text */
|
||||
li { text-indent: 0em; }
|
||||
|
||||
/*
|
||||
* Parameters for the display of function prototypes and such included
|
||||
* from C source files.
|
||||
|
||||
Reference in New Issue
Block a user