Skip to content

Commit 19ec556

Browse files
committed
Not sure why border is not applied
1 parent b71bd69 commit 19ec556

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ defaults:
113113

114114
scholar:
115115
style: apa
116+
order: descending
116117
bibliography_template: bib
117118

118119
replace_strings: true

_layouts/bib.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
{{ reference | replace_first: 'Bisits, J. I.', '<b>Bisits, J. I.</b>' }}
55

66
{% if entry.doi %}
7-
<a href="http://dx.doi.org/{{entry.doi}}"><button class="btn btnId btnPub--download" style="position:relative;white-space: normal; color:var(--link-color); border-color:var(--link-color);">Link</button></a>
7+
<a href="http://dx.doi.org/{{entry.doi}}"><button class="btn btnId btnPub--download" style="outline:none; position:relative;white-space: normal; color:var(--link-color); border-color:var(--link-color);">Link</button></a>
88
{% endif %}
99

1010
{% if entry.abstract %}
11-
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="color:var(--info-color); border-color:var(--info-color);">Abstract</button>
11+
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="outline:none; color:var(--info-color); border-color:var(--info-color);">Abstract</button>
1212
{% endif %}
1313

1414
<div class="dropDownAbstract" id="{{key}}-abstract" style="display:none; font-size: 0.75rem;">

0 commit comments

Comments
 (0)