From 72873d4e66d350e8ceee6b1009b8d88321484f79 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 1 Dec 2020 20:13:10 -0500 Subject: fixed ul vs ol lis, added [the guides] --- includes/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/stylesheet.css b/includes/stylesheet.css index 78bfc2f..aab9b8f 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -93,11 +93,11 @@ article ul { margin: 0; } -article li { +article ul li { padding-left: 16px; } -article li:before { +article ul li:before { content: "➙"; padding-right: 8px; } -- cgit v1.2.3