From 36f719d538bd5cefae7fff1530ed0a95fba10fa3 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 22 Aug 2014 12:11:14 +1000 Subject: [PATCH] Creating new style of bullet point list --- app/assets/stylesheets/darkswarm/typography.css.sass | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/typography.css.sass b/app/assets/stylesheets/darkswarm/typography.css.sass index b49ce867c1..f3dd1c90a6 100644 --- a/app/assets/stylesheets/darkswarm/typography.css.sass +++ b/app/assets/stylesheets/darkswarm/typography.css.sass @@ -55,7 +55,7 @@ h1, h2, h3, h4, h5, h6, .avenir @include avenir padding: 0px -ul.bullet-list +ul.bullet-list, ul.check-list margin: 0 li list-style: none @@ -69,7 +69,10 @@ ul.bullet-list font-style: normal font-variant: normal text-transform: none - + +ul.check-list + li:before + content: "\e632" .light-grey color: #666666