From 5bd7a33b18b1e8d925cca2d5a25bb9b3eb652b70 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 19 Feb 2017 20:42:00 +0100 Subject: [PATCH] index --- Yavsc/Views/Home/Index.cshtml | 5 ++--- Yavsc/wwwroot/css/site.css | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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 {