Skip to content
Snippets Groups Projects
Commit bfa6485a authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#307 fjernet ramme på forsiden, endret målform-etikett

parent be57dc11
No related branches found
No related tags found
No related merge requests found
...@@ -297,6 +297,10 @@ div.welcome { ...@@ -297,6 +297,10 @@ div.welcome {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
div.welcome article {
border-style: none;
}
.search_container { .search_container {
background-color: var(--v-tertiary-base); background-color: var(--v-tertiary-base);
padding-top: 1px; padding-top: 1px;
...@@ -326,11 +330,11 @@ div.monthly.sm, div.monthly.xs { ...@@ -326,11 +330,11 @@ div.monthly.sm, div.monthly.xs {
} }
div.monthly article.bob .dict-label::before { div.monthly article.bob .dict-label::before {
content: "månedens "; content: "fra ";
} }
div.monthly article.nob .dict-label::before { div.monthly article.nob .dict-label::before {
content: "månadens "; content: "frå ";
} }
.v-label span { .v-label span {
......
...@@ -53,8 +53,8 @@ export default { ...@@ -53,8 +53,8 @@ export default {
}, },
dict_label: function() { dict_label: function() {
return { return {
'bob': 'BOKMÅL', 'bob': 'bokmålsordboka',
'nob': 'NYNORSK' 'nob': 'nynorskordboka'
}[this.dictionary] || '' }[this.dictionary] || ''
}, },
group_list: function() { group_list: function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment