summaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-26 18:41:39 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-26 19:25:30 +0200
commit8040689b6a96f38c03b703386466128f4df5b762 (patch)
treeab038cc73a80c3b1e4c846e24ebde0805f87af73 /src/main/resources/META-INF
parent369e698b0761a0c0abb460e92d680ae441374422 (diff)
KB54 Use bookmark Emoji for bookmarks, give title font normal weight.
Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732
Diffstat (limited to 'src/main/resources/META-INF')
-rw-r--r--src/main/resources/META-INF/resources/cms2/base.css9
1 files changed, 8 insertions, 1 deletions
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 {