Skip to content
Snippets Groups Projects
Commit f8edbac0 authored by Petr Kalashnikov's avatar Petr Kalashnikov
Browse files

Fix style in non-definition texts in articles

parent 0df8de22
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
......@@ -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: 2px;
......
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