mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
79a4073730
RTD default theme removes discs from the section list items which makes design pages look strange. Add them back via small CSS override. Also, add 1em on the left side of the disc to provide visual cue that this is a list item. Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Francisco Trivino <ftrivino@redhat.com> Reviewed-By: Sumit Bose <sbose@redhat.com>
5 lines
69 B
CSS
5 lines
69 B
CSS
section ul.simple li {
|
|
list-style: disc;
|
|
margin-left: 1em;
|
|
}
|