From: Jérémy Fabre Date: Fri, 23 Sep 2016 08:12:24 +0000 (+0200) Subject: Fix the links in ul X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fb77a477bde95c7e2ff43450d9b328c41f33ddd8;p=mezzo.git Fix the links in ul --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 0564062e..368cbf5b 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -46,7 +46,7 @@ h3 { @include margin-top(1); } -p, ul { +p, ul.unstyled-list { @include margin-top(0); @include margin-bottom(1); @include line-height(1.25);