File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ article.article:has(table) .article-container {
135135 transition : transform 0.2s ;
136136}
137137
138- .pub -abstract {
138+ .publication-card -abstract {
139139 display : none ;
140140 margin-bottom : 0.75rem ;
141141 padding : 0.75rem ;
@@ -147,11 +147,11 @@ article.article:has(table) .article-container {
147147 line-height : 1.5 ;
148148}
149149
150- .pub -abstract.show {
150+ .publication-card -abstract.show {
151151 display : block ;
152152}
153153
154- .pub -abstract p {
154+ .publication-card -abstract p {
155155 margin-bottom : 0 ;
156156}
157157
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h3 class="pub-title">{{ .title | markdownify }}</h3>
8888 < i class ="fas fa-chevron-right "> </ i > Show Abstract
8989 </ button >
9090 </ div >
91- < div class ="pub -abstract ">
91+ < div class ="publication-card -abstract ">
9292 < p > {{ .abstract | markdownify }}</ p >
9393 </ div >
9494
You can’t perform that action at this time.
0 commit comments