diff --git a/assets/css/app.scss b/assets/css/app.scss
index 3c0ec23..34d4a97 100644
--- a/assets/css/app.scss
+++ b/assets/css/app.scss
@@ -511,6 +511,10 @@ section[role="main-content"]{
span.form{
font-style: italic;
+ margin-top: 0;
+ font-size: 1.134em;
+ line-height: $base-line * 0.7;
+ // margin-bottom: $base-line;
}
}
}
@@ -583,6 +587,10 @@ section[role="main-content"]{
display: inline-block;
a{
+ font-style: italic;
+ margin-top: 0;
+ font-size: 1.134em;
+ line-height: $base-line * 0.7;
span.edition{
font-style: italic;
}
diff --git a/src/components/Content/Forme.vue b/src/components/Content/Forme.vue
index eda07b6..38bbd5d 100644
--- a/src/components/Content/Forme.vue
+++ b/src/components/Content/Forme.vue
@@ -10,7 +10,7 @@
@click.prevent="onGoToText"
@keyup.enter="onGoToText"
>
- ( {{ editionTitle }} )
+ ({{ editionTitle }})
diff --git a/src/components/Content/Occurence.vue b/src/components/Content/Occurence.vue
index 803db82..fd5bcb9 100644
--- a/src/components/Content/Occurence.vue
+++ b/src/components/Content/Occurence.vue
@@ -10,7 +10,7 @@
@click.prevent="onGoToText($event, ed.item, oc.uuid, oc.ids[0])"
@keyup.enter="onGoToText($event, ed.item, oc.uuid, oc.ids[0])"
>
- ( "{{ oc.form }}" )
+
-
-
-