From 8040689b6a96f38c03b703386466128f4df5b762 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 26 Apr 2020 18:41:39 +0200 Subject: KB54 Use bookmark Emoji for bookmarks, give title font normal weight. Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732 --- src/main/resources/META-INF/resources/cms2/base.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/main/resources/META-INF') diff --git a/src/main/resources/META-INF/resources/cms2/base.css b/src/main/resources/META-INF/resources/cms2/base.css index e4ef41b..2b02e83 100644 --- a/src/main/resources/META-INF/resources/cms2/base.css +++ b/src/main/resources/META-INF/resources/cms2/base.css @@ -184,11 +184,16 @@ a.bookmark-title { margin-right: 1em; } -h1.bookmark-title { +.bookmark-title { font-size: 1em; margin: 0; padding: 0; display: inline; + font-weight: normal; +} + +.bookmark-symbol { + font-size: smaller; } .post-day-info { @@ -226,6 +231,7 @@ article.bookmark { article.bookmark > header { display: inline-flex; margin-right: 5px; + line-height: 1em; } .post-with-nonempty-body > header { @@ -249,6 +255,7 @@ article.lazychat-message > header { display: flex; float: left; margin-right: 5px; + line-height: 1em; } a.post-link { -- cgit v1.2.3