Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
Språksamlingane
beta.ordbok.uib.no
Commits
f8edbac0
Commit
f8edbac0
authored
3 years ago
by
Petr Kalashnikov
Browse files
Options
Downloads
Patches
Plain Diff
Fix style in non-definition texts in articles
parent
0df8de22
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Article.vue
+7
-1
7 additions, 1 deletion
src/components/Article.vue
src/components/DefElement.vue
+6
-1
6 additions, 1 deletion
src/components/DefElement.vue
with
13 additions
and
2 deletions
src/components/Article.vue
+
7
−
1
View file @
f8edbac0
...
...
@@ -156,10 +156,16 @@ section.etymology ul, section.pronunciation ul, section.etymology li, section.pr
display
:
inline
;
}
section
.etymology
li
:not
(
:first-child
)
:before
,
section
.pronunciation
li
:not
(
:first-child
)
:before
{
section
.etymology
li
:not
(
:first-child
)
:
not
(
:last-child
)
:
before
,
section
.pronunciation
li
:not
(
:first-child
)
:
not
(
:last-child
)
:
before
{
content
:
", "
;
}
section
.etymology
li
:not
(
:first-child
)
:last-child:before
,
section
.pronunciation
li
:not
(
:first-child
)
:last-child:before
{
content
:
" eller "
;
font-style
:
italic
;
font-size
:
smaller
;
}
li
{
padding-bottom
:
4px
;
}
...
...
This diff is collapsed.
Click to expand it.
src/components/DefElement.vue
+
6
−
1
View file @
f8edbac0
...
...
@@ -93,10 +93,15 @@ export default {
<!--
Add
"
scoped
"
attribute
to
limit
CSS
to
this
component
only
-->
<
style
scoped
>
.
usage
,
.
pronunciation_guide
{
.
usage
{
font
-
style
:
italic
;
}
.
pronunciation_guide
{
font
-
style
:
italic
;
font
-
size
:
smaller
;
}
.
numerator
{
vertical
-
align
:
super
;
padding
-
right
:
2
px
;
...
...
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