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 {
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 {
......
......@@ -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() {
......
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