]> git.parisson.com Git - mezzo.git/commitdiff
Remove the separator before project details
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 10:09:44 +0000 (12:09 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 10:09:44 +0000 (12:09 +0200)
app/static/src/sass/global/_typography.scss
app/templates/projects/project_detail.html

index da42348f08bf3d2417ded7c9504c267480830a7b..0f661e6e34f1c9e7c48701da82dae02dd925ee17 100755 (executable)
@@ -123,6 +123,11 @@ hr {
        height: 11px;
        background-color: $color-main;
        @include margin(5 0 2 0);
+
+       &.invisible {
+               height: 0;
+               border: 0;
+       }
 }
 
 figure {
index 5d4dd29ee2c6714af661b875f288caf72f55b89f..4d1839e89633c10c1fb9734b8a03aa6d42a32aca 100644 (file)
 
     {% if project.type == 'external project' %}
         <div class="white-bg pb2">
-            <hr class="mt0" />
+            <hr class="mt0 invisible" />
             <div class="page__block page__block--yellow">
                 <div class="container">
                     <div class="row">