diff --git a/Bootstrap.Admin/Views/Home/Index.cshtml b/Bootstrap.Admin/Views/Home/Index.cshtml index 8f66e810..40b5cfb4 100644 --- a/Bootstrap.Admin/Views/Home/Index.cshtml +++ b/Bootstrap.Admin/Views/Home/Index.cshtml @@ -12,6 +12,22 @@ top: 96px; overflow: hidden; } + + .header { + margin-left: 0 !important; + } + + .header nav { + display: block !important; + } + + .header .sidebar-toggle-box span { + opacity: 1 !important; + } + + .breadcrumb { + border-top: solid 1px #ddd !important; + } }
diff --git a/Bootstrap.Admin/wwwroot/css/lte.css b/Bootstrap.Admin/wwwroot/css/lte.css index 55e69c61..164b631d 100644 --- a/Bootstrap.Admin/wwwroot/css/lte.css +++ b/Bootstrap.Admin/wwwroot/css/lte.css @@ -122,7 +122,7 @@ aside { } .breadcrumb { - border: none; + border-top: none; } @media (min-width: 769px) {