some list css
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
</ul>
|
||||
|
||||
<template v-slot:nav>
|
||||
nav
|
||||
</template>
|
||||
</MainContentLayout>
|
||||
</template>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<section v-html="item.tei" class="col-6"/>
|
||||
|
||||
<template v-slot:nav>
|
||||
tree
|
||||
</template>
|
||||
</MainContentLayout>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<MainContentLayout id="locorum">
|
||||
<MainContentLayout id="locorum" class="index">
|
||||
<template v-slot:header>
|
||||
<h1>Lieux</h1>
|
||||
<span v-if="!items.length">Loading ...</span>
|
||||
@@ -12,9 +12,7 @@
|
||||
</ul>
|
||||
|
||||
<template v-slot:nav>
|
||||
nav
|
||||
</template>
|
||||
|
||||
</MainContentLayout>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<MainContentLayout id="nominum">
|
||||
<MainContentLayout id="nominum" class="index">
|
||||
<template v-slot:header>
|
||||
<h1>Personnes</h1>
|
||||
<span v-if="!items.length">Loading ...</span>
|
||||
@@ -12,7 +12,6 @@
|
||||
</ul>
|
||||
|
||||
<template v-slot:nav>
|
||||
nav
|
||||
</template>
|
||||
</MainContentLayout>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<MainContentLayout id="operum">
|
||||
<MainContentLayout id="operum" class="index">
|
||||
<template v-slot:header>
|
||||
<h1>Œuvres</h1>
|
||||
<span v-if="!items.length">Loading ...</span>
|
||||
@@ -12,7 +12,6 @@
|
||||
</ul>
|
||||
|
||||
<template v-slot:nav>
|
||||
nav
|
||||
</template>
|
||||
</MainContentLayout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user