From aa431b38a6bfdff4967f88201c68172ebd09d441 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Thu, 4 Mar 2021 23:53:50 +0000 Subject: Display list item marker in HTML (for "bullet points") --- doc/security-team.d.o/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/security-team.d.o/style.css b/doc/security-team.d.o/style.css index c869719102..97f1a4a7de 100644 --- a/doc/security-team.d.o/style.css +++ b/doc/security-team.d.o/style.css @@ -194,7 +194,7 @@ a.feedlink { /* Little orange RSS button */ /* Without !important, inherets from td.titlecell a:* */ } -ul { list-style-type: none; padding: 0; } +ul { padding: 0; } li { margin-top: 0.2em; margin-left: 20px; } -- cgit v1.2.3