From: Jérémy Fabre Date: Thu, 29 Sep 2016 10:09:44 +0000 (+0200) Subject: Remove the separator before project details X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=30389f6139fcfae00132e3d567ff43cf7dd6debe;p=mezzo.git Remove the separator before project details --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index da42348f..0f661e6e 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -123,6 +123,11 @@ hr { height: 11px; background-color: $color-main; @include margin(5 0 2 0); + + &.invisible { + height: 0; + border: 0; + } } figure { diff --git a/app/templates/projects/project_detail.html b/app/templates/projects/project_detail.html index 5d4dd29e..4d1839e8 100644 --- a/app/templates/projects/project_detail.html +++ b/app/templates/projects/project_detail.html @@ -100,7 +100,7 @@ {% if project.type == 'external project' %}
-
+