Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pkgdown (development version)

## Minor improvements and bug fixes

* The ROR icon is now properly sized on boostrap 3 template, in line with the ORCID icon and with the behaviour on bootstrap 5 template (@Bisaloo, #3004).

# pkgdown 2.2.1

* Test fix for `R CMD check`.
Expand Down
6 changes: 6 additions & 0 deletions inst/BS3/assets/pkgdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ nav[data-toggle='toc'] .nav .nav > .active:focus > a {
vertical-align: middle;
}

/* ror -------------------------------------------------------------------- */
.ror {
height: 16px;
margin-right: 4px;
}

/* Reference index & topics ----------------------------------------------- */

.ref-index th {font-weight: normal;}
Expand Down
Loading