Adding new Theme to ASP.Net MVC 5 dont work
问题 I have the following Problem. When i try to add a new Theme to ASP.Net MVC 5 my Navbar get crashed. When i use the Standard Bootstrap it works. I have no idea why it dont work. This is my BundleConfig: bundles.Add(new StyleBundle("~/Content/css").Include( "~/Content/bootstrap-lumen.css", "~/Content/site.css")); This is the Standard MVC _Layout.cshtml Page: <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class=