diff --git a/Yavsc/Views/Home/Index.cshtml b/Yavsc/Views/Home/Index.cshtml index 73dd92a6..31c11642 100755 --- a/Yavsc/Views/Home/Index.cshtml +++ b/Yavsc/Views/Home/Index.cshtml @@ -30,9 +30,8 @@

@act.Name
@act.Description

- @foreach (var c in act.Children) { - @(c.Name+" ") - Html.DisplayFor(subact=>c); + @foreach (Activity c in act.Children) { + @Html.DisplayFor(subact=>c); } } diff --git a/Yavsc/wwwroot/css/site.css b/Yavsc/wwwroot/css/site.css index 38d20e58..3934bf8e 100755 --- a/Yavsc/wwwroot/css/site.css +++ b/Yavsc/wwwroot/css/site.css @@ -172,7 +172,7 @@ footer { } .activity { - border-style: groove none none groove; + font-family: fantasy } .blogtitle {