Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Margunn.Rauset
beta.ordbok.uib.no
Commits
bc14ecc5
Commit
bc14ecc5
authored
4 years ago
by
Ole Voldsæter
Browse files
Options
Downloads
Patches
Plain Diff
re meta#192 oppdaterte topptekst mm.
parent
297946a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/App.vue
+10
-7
10 additions, 7 deletions
src/App.vue
with
10 additions
and
7 deletions
src/App.vue
+
10
−
7
View file @
bc14ecc5
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
<header>
<header>
<h1>
Ordbøkene
</h1>
<h1>
Ordbøkene
</h1>
<p
class=
"about-link"
><a
href=
"#"
>
OM ORDBØKENE
</a></p>
<p
class=
"about-link"
><a
href=
"#"
>
OM ORDBØKENE
</a></p>
<p
class=
"mission-statement"
>
Skrivemåter og bøying i tråd med norsk rettskriving.
</p>
<p
class=
"sub-title"
>
Bokmåls- og Nynorskordboka
</p>
<p
class=
"mission-statement"
>
Skrivemåte og bøying i tråd med norsk rettskriving
</p>
</header>
</header>
<div
class=
"search_container"
>
<div
class=
"search_container"
>
<autocomplete
:debounceTime=
"100"
:auto-select=
"true"
:search=
"search"
@
submit=
"select_result"
placeholder=
"søk..."
ref=
"search"
>
<autocomplete
:debounceTime=
"100"
:auto-select=
"true"
:search=
"search"
@
submit=
"select_result"
placeholder=
"søk..."
ref=
"search"
>
...
@@ -25,13 +26,8 @@
...
@@ -25,13 +26,8 @@
<Article
:key=
"article_key"
:article=
"article"
@
article-click=
"article_link_click"
/>
<Article
:key=
"article_key"
:article=
"article"
@
article-click=
"article_link_click"
/>
</div>
</div>
<div
class=
"welcome"
v-show=
"! (article.error || article.lemmas.length || search_results.length || waiting)"
>
<div
class=
"welcome"
v-show=
"! (article.error || article.lemmas.length || search_results.length || waiting)"
>
<p>
Bør ordet
<em>
crew
</em>
inn i dei norske standardordbøkene? Korleis definerar vi
<em>
c-kjendis
</em>
, og korleis
<p>
...
bøyar vi eigentleg
<em>
abaya
</em>
på nynorsk - er det fleire
<em>
abayaer
</em>
eller
<em>
abayaar
</em>
? Blir
<em>
en vegetar
</em>
framleis brukt som ein rettskrivingsvariant av
<em>
en vegetarianer
</em>
i bokmål? Og bør
<em>
tjuesesse
</em>
bli eit opplsagsord i Bokmålsordboka
når ein tilsvarande ordartikklel allereie finst i Nynorskordboka?
</p>
</p>
<p>
Slike spørsmål skal ei gruppe ordbokredaktørar ved UiB arbeide med i den mest omfattande innhaldsrevisjonen av Bokmålsordboka og Nynorskordboka
på over 30 år.
</p>
</div>
</div>
<footer>
<footer>
<div>
<div>
...
@@ -279,6 +275,7 @@ header > h1 {
...
@@ -279,6 +275,7 @@ header > h1 {
p
.about-link
{
p
.about-link
{
text-align
:
right
;
text-align
:
right
;
margin
:
0px
;
margin
:
0px
;
float
:
right
;
}
}
p
.about-link
>
a
{
p
.about-link
>
a
{
...
@@ -326,6 +323,12 @@ div.welcome {
...
@@ -326,6 +323,12 @@ div.welcome {
color
:
#FDF4F5
;
color
:
#FDF4F5
;
}
}
.sub-title
{
font-size
:
20px
;
margin
:
0px
;
color
:
#FDF4F5
;
}
.show
{
.show
{
display
:
block
;
display
:
block
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment