From fb77a477bde95c7e2ff43450d9b328c41f33ddd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 10:12:24 +0200 Subject: [PATCH] Fix the links in ul --- app/static/src/sass/global/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5