Skip to content

Commit

Permalink
Bootstrap5
Browse files Browse the repository at this point in the history
  • Loading branch information
try0 committed Jan 10, 2022
1 parent 2234251 commit 606192b
Show file tree
Hide file tree
Showing 57 changed files with 58,492 additions and 8,537 deletions.
2 changes: 1 addition & 1 deletion WebApp.MVC/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void RegisterBundles(BundleCollection bundles)
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
"~/Scripts/modernizr-*"));

bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
bundles.Add(new Bundle("~/bundles/bootstrap").Include(
"~/Scripts/bootstrap.js"));

bundles.Add(new StyleBundle("~/Content/css").Include(
Expand Down
25 changes: 1 addition & 24 deletions WebApp.MVC/Content/Site.css
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
body {
padding-top: 50px;
padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}

Loading

0 comments on commit 606192b

Please sign in to comment.