From 6840302469c9ee728b4683e3fa1b7e8c1b301e2a Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Thu, 19 Oct 2023 15:21:34 +0100 Subject: [PATCH] Add bullet points! --- app/assets/stylesheets/blog_posts.css | 4 ++++ app/assets/stylesheets/main.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/assets/stylesheets/blog_posts.css b/app/assets/stylesheets/blog_posts.css index 7fe1cda..ecb1bef 100644 --- a/app/assets/stylesheets/blog_posts.css +++ b/app/assets/stylesheets/blog_posts.css @@ -38,3 +38,7 @@ form#blog_post_form { font-size: .8em; } } + +ul#blog_posts { + list-style-type: none; +} diff --git a/app/assets/stylesheets/main.css b/app/assets/stylesheets/main.css index 90fa5e5..1122def 100644 --- a/app/assets/stylesheets/main.css +++ b/app/assets/stylesheets/main.css @@ -30,6 +30,10 @@ ol { list-style-type: decimal; } +ul { + list-style-type: disc; +} + h1, h2, h3, h4, h5, h6, h7 { font-weight: bold; padding: .5em 0;