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 +- index.html | 1 + posts/programming/2020-12-01-the-guides.html | 123 +++++++++++++++++++++++++++ rss.xml | 1 + 4 files changed, 127 insertions(+), 2 deletions(-) create mode 100644 posts/programming/2020-12-01-the-guides.html 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; } diff --git a/index.html b/index.html index 1c295ca..73a6e93 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,7 @@