diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/META-INF/resources/cms2/base.css | 9 | ||||
| -rw-r--r-- | src/main/resources/templates/benki/posts/postList.html | 2 | 
2 files changed, 9 insertions, 2 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 { diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index f178927..1cda0b8 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -78,7 +78,7 @@                    </a>                    <a href="{uri}" class="bookmark-title"> -                    <h1 class="bookmark-title">⇢ {title}</h1>. +                    <h1 class="bookmark-title"><span class="bookmark-symbol">🔖 </span> {title}</h1>.                    </a>                  </div>                </header> | 
