From 1d78ba374d5fa61ddba63db7a1c4c159e3e6a7af Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 12 May 2025 14:01:39 -0400 Subject: Markdownify streams & updates Also added an edit link to updates. --- app/assets/stylesheets/main/entries.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/main') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 4afd15d..6ccaf7e 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -153,7 +153,6 @@ .update-posted { display: block; - font-style: italic; background-color: #EAADEA; font-size: 16px; margin: .5em -20px; @@ -161,6 +160,16 @@ border-width: 1px 0 1px 0; border-style: solid; border-color: #DB70DB; + + time { + font-style: italic; + } + + .update-edit-link { + float: right; + color: blue; + font-weight: normal; + } } } } -- cgit 1.4.1