From fc24c93c7fb34f2fb870bd87db86b98fe7164178 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 20 Apr 2016 15:47:25 +0100 Subject: [PATCH] Add style for nested bullets --- app/assets/stylesheets/app.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index c14cc30c5..a0409dff2 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -140,3 +140,11 @@ a[rel='external'] { .button { padding: 0.3em 0.6em 0.2em 0.6em; } + +.list-bullet { + + .list-bullet { + list-style: circle; + } + +}