mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Orchard.Dashboards should use the existing bootstrap.css from Orchard.Resources. (#7756)
Fixes #7755
This commit is contained in:
@@ -95,8 +95,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Placement.info" />
|
||||
<Content Include="Styles\bootstrap.css" />
|
||||
<Content Include="Styles\bootstrap.min.css" />
|
||||
<Content Include="Styles\dashboard.css" />
|
||||
<Content Include="Web.config" />
|
||||
<Content Include="Scripts\Web.config" />
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
@using Orchard.ContentManagement
|
||||
@{
|
||||
Style.Include("bootstrap.css", "bootstrap.min.css");
|
||||
Style.Require("Bootstrap");
|
||||
Style.Require("FontAwesome");
|
||||
Style.Include("dashboard.css");
|
||||
}
|
||||
|
Reference in New Issue
Block a user