From a5106e2f1f2e30db1b84d59c91ddc3b7db35f258 Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Thu, 2 Jul 2026 13:23:14 +0200 Subject: [PATCH 1/3] Add ror styling to BS3 css file Copied from BS5 scss file --- inst/BS3/assets/pkgdown.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;} From 142a713a8e2c5289220b07de8cad49eab17c9e9e Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Wed, 8 Jul 2026 16:37:52 +0200 Subject: [PATCH 2/3] Add NEWS --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index bb0b748e5..fbdb3e12d 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 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`. From 93a03378ca02dcc26ec5ccb6b2f0fa4626279476 Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Mon, 13 Jul 2026 12:27:01 +0200 Subject: [PATCH 3/3] Fix typo --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fbdb3e12d..5dda6b8ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ ## 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). +* 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