Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 55dc05b

Browse files
committed
Always include bootstrap stylesheet
1 parent 93606bc commit 55dc05b

File tree

1 file changed

+3
-4
lines changed
  • samples/existingWindowsBackend/webfrontend-linux/Views/Shared

1 file changed

+3
-4
lines changed

samples/existingWindowsBackend/webfrontend-linux/Views/Shared/_Layout.cshtml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>@ViewData["Title"] - webfrontend</title>
77

8+
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
9+
asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css"
10+
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
811
<environment include="Development">
9-
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
1012
<link rel="stylesheet" href="~/css/site.css" />
1113
</environment>
1214
<environment exclude="Development">
13-
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
14-
asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css"
15-
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
1615
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
1716
</environment>
1817
</head>

0 commit comments

Comments
 (0)