Skip to content

Commit

Permalink
Restyles table and footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
amandafrench committed Sep 7, 2023
1 parent 78cc3f1 commit 5614e51
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Open Funder Registry to transition to ROR (cross-post)"
title = "Open Funder Registry to Transition to ROR (cross-post)"
date = "2023-09-07"
draft = false
tags = ["funders", "news", "metadata", "persistent-identifiers", "pids", "registry" ]
Expand Down
23 changes: 21 additions & 2 deletions themes/hugo-ror/assets/sass/partials/_hugo-ror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7022,8 +7022,8 @@ th {
}
thead tr,
thead tr:hover {
background-color:#017698;
border:1px solid #017698;
background-color:#e0004d;
border:1px solid #e0004d;
color:#fff
}
tr:nth-child(2n+2) {
Expand All @@ -7032,3 +7032,22 @@ tr:nth-child(2n+2) {
table.no-zebra tr:nth-child(2n+2) {
background-color:#fff
}

/* footnotes */

.footnotes {
font-size: .8em;
}

.footnotes::before {
font-weight: bold;
font-size: 1.75rem;
line-height: 2.5rem;
content: "References";
}

.footnotes ol li, .footnotes ol li p {
margin-bottom: .5rem;
}


0 comments on commit 5614e51

Please sign in to comment.