From bfa6485a767f10faff88a326b0998c395eb282a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Mon, 22 Mar 2021 09:16:54 +0100 Subject: [PATCH] =?UTF-8?q?re=20meta#307=20fjernet=20ramme=20p=C3=A5=20for?= =?UTF-8?q?siden,=20endret=20m=C3=A5lform-etikett?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DictionaryView.vue | 8 ++++++-- src/components/Header.vue | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index a9f85cf4..8de26c1c 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -297,6 +297,10 @@ div.welcome { background-repeat: no-repeat; } +div.welcome article { + border-style: none; +} + .search_container { background-color: var(--v-tertiary-base); padding-top: 1px; @@ -326,11 +330,11 @@ div.monthly.sm, div.monthly.xs { } div.monthly article.bob .dict-label::before { - content: "månedens "; + content: "fra "; } div.monthly article.nob .dict-label::before { - content: "månadens "; + content: "frå "; } .v-label span { diff --git a/src/components/Header.vue b/src/components/Header.vue index 2ff57aef..efb23092 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -53,8 +53,8 @@ export default { }, dict_label: function() { return { - 'bob': 'BOKMÅL', - 'nob': 'NYNORSK' + 'bob': 'bokmålsordboka', + 'nob': 'nynorskordboka' }[this.dictionary] || '' }, group_list: function() { -- GitLab