-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #681 from rubygems/bootstrap-5.1.3-673
Bump Bootstrap from 4.6.1 to 5.1.3
- Loading branch information
Showing
27 changed files
with
178 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,3 @@ | |
margin-bottom: 20px; | ||
} | ||
} | ||
|
||
#guide-container { | ||
.container { | ||
width: auto !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
title: Contributors | ||
--- | ||
|
||
.row.bg-light-blue.header | ||
.bg-light-blue.header | ||
= image_tag '/images/team_header_transparent_bg.png', | ||
srcset: '/images/team_header_transparent_bg.png 1x, /images/[email protected] 2x, /images/[email protected] 3x', | ||
class: 'img-fluid header-padding', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
%link{rel: "stylesheet", href: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css", integrity: "sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==", crossorigin: "anonymous", referrerpolicy: "no-referrer"} | ||
%nav.navbar.navbar-expand-md.navbar-light.container-md.justify-content-between | ||
= link_to 'Bundler', '/', class: "navbar-brand mr-auto font-weight-bold" | ||
%button.navbar-toggler{type: "button", "data-toggle": "collapse", "data-target": "#bs-navbar-collapse", "aria-controls": "bs-navbar-collapse", "aria-expanded": "false", "aria-label": "Toggle navigation"} | ||
%span.navbar-toggler-icon | ||
.collapse.navbar-collapse.flex-grow-0#bs-navbar-collapse | ||
%ul.nav.navbar-nav | ||
%li.nav-item | ||
%input#input-search.input-search.my-1.pl-1.pt-1{type: :text, placeholder: t('search.placeholder')} | ||
%i.fa.fa-search.text-opacity-40.px-1.py-2 | ||
%li.nav-item= link_to t('navbar.docs'), '/docs.html', class: "nav-link" | ||
%li.nav-item= link_to t('navbar.team'), '/contributors.html', class: "nav-link" | ||
%li.nav-item= link_to t('navbar.blog'), '/blog', class: "nav-link" | ||
%li.nav-item= link_to t('navbar.repository'), 'https://github.com/rubygems/rubygems/tree/master/bundler', target: '_blank', rel: 'noopener noreferrer', class: "nav-link" | ||
%nav.navbar.navbar-expand-md.navbar-light | ||
.container-md | ||
= link_to 'Bundler', '/', class: "navbar-brand me-auto fw-bold" | ||
%button.navbar-toggler{type: "button", "data-bs-toggle": "collapse", "data-bs-target": "#bs-navbar-collapse", "aria-controls": "bs-navbar-collapse", "aria-expanded": "false", "aria-label": "Toggle navigation"} | ||
%span.navbar-toggler-icon | ||
.collapse.navbar-collapse.flex-grow-0#bs-navbar-collapse | ||
%ul.navbar-nav | ||
%li.nav-item | ||
%input#input-search.input-search.my-1.ps-1.pt-1{type: :text, placeholder: t('search.placeholder')} | ||
%i.fa.fa-search.text-opacity-40.px-1.py-2 | ||
%li.nav-item= link_to t('navbar.docs'), '/docs.html', class: "nav-link" | ||
%li.nav-item= link_to t('navbar.team'), '/contributors.html', class: "nav-link" | ||
%li.nav-item= link_to t('navbar.blog'), '/blog', class: "nav-link" | ||
%li.nav-item= link_to t('navbar.repository'), 'https://github.com/rubygems/rubygems/tree/master/bundler', target: '_blank', rel: 'noopener noreferrer', class: "nav-link" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
|
||
~ wrap_layout :base do | ||
- content_for :tail do | ||
.row.bg-light-blue | ||
.bg-light-blue | ||
.container | ||
.contents | ||
.edit-on-github.text-center | ||
= link_to_editable_version | ||
|
||
.row.bg-light-blue.header | ||
.bg-light-blue.header | ||
= image_tag '/images/docs_header_transparent_bg.png', | ||
srcset: '/images/docs_header_transparent_bg.png 1x, /images/[email protected] 2x, /images/[email protected] 3x', | ||
class: 'img-fluid header-padding', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,20 @@ | |
|
||
~ wrap_layout :base do | ||
- content_for :tail do | ||
.row.bg-light-blue | ||
.bg-light-blue | ||
.container | ||
.contents | ||
.edit-on-github.text-center | ||
= link_to_editable_version | ||
|
||
.row.bg-light-blue.header | ||
.bg-light-blue.header | ||
= image_tag '/images/docs_header_transparent_bg.png', | ||
srcset: '/images/docs_header_transparent_bg.png 1x, /images/[email protected] 2x, /images/[email protected] 3x', | ||
class: 'img-fluid header-padding', | ||
style: 'max-width: 400px;' | ||
.row | ||
#guide-container.container | ||
.col-md-12 | ||
.container | ||
.row | ||
.col-12 | ||
~ yield | ||
|
||
= javascript_include_tag 'anchors.min' |
Oops, something went wrong.