Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #113 from HeadspringLabs/develop
Browse files Browse the repository at this point in the history
Nav issue fix
  • Loading branch information
YogirajA authored Jul 28, 2020
2 parents 395cf4f + ca8617f commit 29d95ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions src/Totem/Features/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="~/lib/jquery-ui-1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="https://unpkg.com/vue-multiselect@2.1.0/dist/vue-multiselect.min.css">
<environment include="Development">
<link rel="stylesheet" href="~/css/site.css" />
</environment>
<environment exclude="Development">
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
</environment>

<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />

</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
Expand Down
1 change: 0 additions & 1 deletion src/Totem/wwwroot/css/site.min.css

This file was deleted.

0 comments on commit 29d95ca

Please sign in to comment.