diff --git a/Website/Views/Blog/Manage.cshtml b/Website/Views/Blog/Manage.cshtml index 4a52798..5696dfc 100644 --- a/Website/Views/Blog/Manage.cshtml +++ b/Website/Views/Blog/Manage.cshtml @@ -6,12 +6,12 @@ New Post - +
@foreach (var post in Model) { - + - + diff --git a/Website/wwwroot/css/blog.less b/Website/wwwroot/css/blog.less index 3acdc52..9da5372 100644 --- a/Website/wwwroot/css/blog.less +++ b/Website/wwwroot/css/blog.less @@ -53,4 +53,12 @@ flex: 1 1 auto; } } -} \ No newline at end of file +} + +.post-list{ + border-collapse: collapse; + + &__post:hover{ + background: @Grey-300; + margin: 5px; + } \ No newline at end of file
@post.TitlePreview EditPreview Publish Delete