From 79a496fe872d902b8f84903280b8fdd861af3394 Mon Sep 17 00:00:00 2001 From: Calvin Ho <18680207+calvh@users.noreply.github.com> Date: Mon, 24 May 2021 18:15:28 -0400 Subject: [PATCH] GH41457 Upgrade Bootstrap to v5.0 Update BS script tags in template Replace jumbotron with utilities Replace font-weight-bold with fw-bold Replace ml-auto with ms-auto Replace float-right with float-end Replace data-target with data-bs-target Replace data-toggle with data-bs-toggle Add CSS rules for --- web/pandas/_templates/layout.html | 24 +++++++++--------------- web/pandas/contribute.md | 6 +++--- web/pandas/index.html | 4 ++-- web/pandas/static/css/pandas.css | 12 ++++++++++++ 4 files changed, 26 insertions(+), 20 deletions(-) diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index 023bfe9e26b78..b3bb1a2a3f86d 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -14,8 +14,8 @@ {% for stylesheet in static.css %}