From d354a1ebb66c7372cbba0864be06155e3ef6bedd Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 4 Jan 2020 16:43:34 +0100 Subject: [PATCH] css update --- Pages/Conference.cshtml | 4 +-- Pages/Info.cshtml | 4 +-- Pages/Shared/_Layout.cshtml | 2 +- wwwroot/css/site.css | 61 +++++++++++++++++++++++++------------ 4 files changed, 46 insertions(+), 25 deletions(-) diff --git a/Pages/Conference.cshtml b/Pages/Conference.cshtml index cac37c8..1a8376c 100644 --- a/Pages/Conference.cshtml +++ b/Pages/Conference.cshtml @@ -53,10 +53,10 @@ @(Request.Query["orderby"] == "published" ? talk.ReleaseDate?.Date.ToShortDateString() : talk.Date?.Date.ToShortDateString()) @category @if (isWatched) { - @talk.Title + @talk.Title } else if (isMarked) { - @talk.Title + @talk.Title } else { @talk.Title diff --git a/Pages/Info.cshtml b/Pages/Info.cshtml index f8354ca..bcb8d47 100644 --- a/Pages/Info.cshtml +++ b/Pages/Info.cshtml @@ -48,10 +48,10 @@ } @if (isWatched) { -

@title - @speakers

+

@title - @speakers

} else if (isMarked) { -

@title - @speakers

+

@title - @speakers

} else {

@title - @speakers

diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index f03d0a0..b6b154c 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -26,7 +26,7 @@ -