mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
taxonomy: fix output for hugo --minify
#671
This commit is contained in:
parent
e871f5ebc0
commit
b998bec84f
2 changed files with 6 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags.term-list li ~ li:before {
|
.tags.term-list ul > li ~ li:before {
|
||||||
content: none
|
content: " "
|
||||||
}
|
}
|
||||||
|
|
||||||
#R-body .tags a.term-link {
|
#R-body .tags a.term-link {
|
||||||
|
|
|
@ -2196,6 +2196,9 @@ html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.term-list li ~ li:before {
|
.term-list i ~ ul > li:before{
|
||||||
|
content: " "
|
||||||
|
}
|
||||||
|
.term-list ul > li ~ li:before {
|
||||||
content: " | "
|
content: " | "
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue