minor styling..
This commit is contained in:
parent
c98f6ac59b
commit
5bd6fd279a
2 changed files with 4 additions and 3 deletions
|
@ -592,6 +592,7 @@ img {
|
||||||
|
|
||||||
.hasauthors {
|
.hasauthors {
|
||||||
font-size: 1.6rem !important;
|
font-size: 1.6rem !important;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hassup {
|
.hassup {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<span class="sup">bib⁄</span><a href="{{- $c_prefix | safeURL -}}BROWSE_LIBRARY.html#/book/{{- $destination -}}"{{- with $b.title}} title="{{- . -}}"{{- end -}} target="_blank">{{- $text_link -}}</a>
|
<span class="sup">bib⁄</span><a href="{{- $c_prefix | safeURL -}}BROWSE_LIBRARY.html#/book/{{- $destination -}}"{{- with $b.title}} title="{{- . -}}"{{- end -}} target="_blank">{{- $text_link -}}</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
<a href="{{- $c_prefix | safeURL -}}BROWSE_LIBRARY.html#/book/{{- $destination -}}"{{- with .Title}} title="{{- . -}}"{{- end -}}>{{- $text_link -}}⦚<span class="text-xs font-bold p-1 bg-AuChico text-CoconutCream">bib:{{- $destination -}} not found</span></a>
|
<a href="{{- $c_prefix | safeURL -}}BROWSE_LIBRARY.html#/book/{{- $destination -}}"{{- with .Title}} title="{{- . -}}"{{- end -}}>{{- $text_link -}}⦚<span>bib:{{- $destination -}} not found</span></a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- else if in ($_.Get "triads") (index (split .Destination ":") 0) -}}
|
{{- else if in ($_.Get "triads") (index (split .Destination ":") 0) -}}
|
||||||
{{- if $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
|
{{- if $.Page.Site.GetPage (printf "/%s" (replace .Destination ":" "/")) -}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue