Add Leaf Charting

This commit is contained in:
2015-12-02 11:53:15 -05:00
parent 93e0a35cf5
commit 743ea4c3f3
10 changed files with 298 additions and 220 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace LeafWeb.Web.App_Start
bundles.Add(new StyleBundle("~/bundles/css").Include(
"~/Content/bootstrap.css",
"~/Content/LeafWeb.css"
"~/Content/site.css"
));
}
}