From fbc7b9fa5558d7936a241385927efcba0644131f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 31 Jan 2017 13:22:30 +0100 Subject: [PATCH] Blog post display --- Yavsc/Views/Blogspot/Details.cshtml | 5 +++-- Yavsc/Views/Blogspot/Edit.cshtml | 7 ++++--- Yavsc/wwwroot/css/site.css | 13 +++++++++++++ 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Yavsc/Views/Blogspot/Details.cshtml b/Yavsc/Views/Blogspot/Details.cshtml index 1018efba..64c2cbea 100644 --- a/Yavsc/Views/Blogspot/Details.cshtml +++ b/Yavsc/Views/Blogspot/Details.cshtml @@ -5,9 +5,10 @@ }
- + +

@Model.Title

+

-


diff --git a/Yavsc/Views/Blogspot/Edit.cshtml b/Yavsc/Views/Blogspot/Edit.cshtml index 13cddb33..74bcb688 100644 --- a/Yavsc/Views/Blogspot/Edit.cshtml +++ b/Yavsc/Views/Blogspot/Edit.cshtml @@ -114,7 +114,6 @@ @Html.Partial("_ValidationScriptsPartial") } -

@SR["Blog post edition"]

@@ -128,7 +127,9 @@
-

@Model.Title

+ + +

@Model.Title

-
+

diff --git a/Yavsc/wwwroot/css/site.css b/Yavsc/wwwroot/css/site.css index e75a13b2..2c6995cd 100755 --- a/Yavsc/wwwroot/css/site.css +++ b/Yavsc/wwwroot/css/site.css @@ -95,3 +95,16 @@ footer { .activity { border-style: groove none none groove; } + +.blogtitle { + font-size: x-large; +} + +.blogtext { + font-feature-settings: "valt" +} + +.blogphoto { + float: left; + margin: 1em; +} \ No newline at end of file