This commit is contained in:
+16
-2
@@ -1349,8 +1349,14 @@ section[role="main-content"]{
|
||||
}
|
||||
}
|
||||
.biblio-item{
|
||||
h3.type{
|
||||
@include title2black;
|
||||
// line-height: $base-line;
|
||||
margin-bottom: $base-line * 0.5;
|
||||
}
|
||||
h2{
|
||||
@include title1blue;
|
||||
line-height: $base-line * 1.2;
|
||||
}
|
||||
p{
|
||||
span.label{
|
||||
@@ -1374,8 +1380,12 @@ section[role="main-content"]{
|
||||
margin:0 0 $base-line * 0.5 0;
|
||||
}
|
||||
>em{
|
||||
// @include labeurfont;
|
||||
// margin:0 0 $base-line * 0.5 0;
|
||||
|
||||
@include labeurfont;
|
||||
margin:0 0 $base-line * 0.5 0;
|
||||
line-height: $base-line * 0.75;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
span.date{
|
||||
@@ -1407,8 +1417,12 @@ section[role="main-content"]{
|
||||
padding-left: 1em;
|
||||
overflow-y: hidden;
|
||||
li{
|
||||
// @include labeurfont;
|
||||
|
||||
@include labeurfont;
|
||||
margin-bottom: 0;
|
||||
line-height: $base-line * 0.75;
|
||||
font-weight: 200;
|
||||
margin-bottom: $base-line * 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<!-- or expression / manifestation item -->
|
||||
<template v-if="uuid">
|
||||
<div class="biblio-item">
|
||||
<h2 v-if="item.type">{{ item.type }}</h2>
|
||||
<h3 v-if="item.type" class="type">{{ item.type }}</h3>
|
||||
<h2 v-html="item.tei" />
|
||||
<p class="author"><span class="label">Auteur :</span> {{ item.authors }}</p>
|
||||
<p v-if="item.dates" class="date"><span class="label">Dates :</span> {{ item.dates }}</p>
|
||||
|
||||
Reference in New Issue
Block a user