Skip to content

Commit 271e222

Browse files
ryanbrandenburgmkArtakMSFT
authored andcommitted
Update to bootstrap 3.4.1
1 parent 8d58116 commit 271e222

File tree

51 files changed

+3826
-2710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3826
-2710
lines changed

src/Identity/UI/src/Areas/Identity/Pages/_Layout.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="~/Identity/css/site.css" />
1515
</environment>
1616
<environment exclude="Development">
17-
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
17+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
1818
asp-fallback-href="~/Identity/lib/bootstrap/dist/css/bootstrap.min.css"
1919
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
2020
<link rel="stylesheet" href="~/Identity/css/site.min.css" asp-append-version="true" />
@@ -69,11 +69,11 @@
6969
crossorigin="anonymous"
7070
integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT">
7171
</script>
72-
<script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js"
72+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
7373
asp-fallback-src="~/Identity/lib/bootstrap/dist/js/bootstrap.min.js"
7474
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
7575
crossorigin="anonymous"
76-
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa">
76+
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd">
7777
</script>
7878
<script src="~/Identity/js/site.min.js" asp-append-version="true"></script>
7979
</environment>

src/Identity/UI/src/wwwroot/Identity/lib/bootstrap/dist/css/bootstrap-theme.css

Lines changed: 100 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Identity/UI/src/wwwroot/Identity/lib/bootstrap/dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Identity/UI/src/wwwroot/Identity/lib/bootstrap/dist/css/bootstrap-theme.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Identity/UI/src/wwwroot/Identity/lib/bootstrap/dist/css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)