diff --git a/NEWS.md b/NEWS.md index bb0b748e5..5dda6b8ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # pkgdown (development version) +## Minor improvements and bug fixes + +* The ROR icon is now properly sized in 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`. diff --git a/inst/BS3/assets/pkgdown.css b/inst/BS3/assets/pkgdown.css index 80ea5b838..de6d31125 100644 --- a/inst/BS3/assets/pkgdown.css +++ b/inst/BS3/assets/pkgdown.css @@ -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;}