Style updates

This commit is contained in:
2017-02-08 10:45:15 -05:00
parent 2d4d0e2a2f
commit 6c2b9d7429
7 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
Html.RequiresJs("~/scripts/jquery.validate.custom.js", 2);
}
<div class="container">
<div class="container top-buffer">
<div class="row">
<div class="col-md-6 col-md-push-2 well">
@Html.Partial("_ValidationSummary")
@@ -18,6 +18,11 @@
}
</ul>
</div>
<div class="col-xs-6 col-sm-6 text-center">
<span class="copyright">
<i class="fa fa-copyright copyright"></i> ORNL @DateTime.Now.Year
</span>
</div>
@*@if (home.Children.Where("Visible").Any())