From 041a7486f09babcf7058e121679d2253073b4261 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 10:00:30 +0200 Subject: [PATCH] Linked websites with LinkType --- app/static/src/sass/global/_typography.scss | 2 +- app/templates/core/inc/link.html | 13 ++++++++----- app/templates/pages/custompage.html | 16 ++++++++-------- app/templates/pages/page.html | 4 ++-- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index edfb589d..0564062e 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 { +p, ul { @include margin-top(0); @include margin-bottom(1); @include line-height(1.25); diff --git a/app/templates/core/inc/link.html b/app/templates/core/inc/link.html index af2721d8..90476c96 100644 --- a/app/templates/core/inc/link.html +++ b/app/templates/core/inc/link.html @@ -1,6 +1,9 @@ -{% load mezzanine_tags %} -