From 79d4ff4b08f249ce69ed4291d937a50165ed0b86 Mon Sep 17 00:00:00 2001 From: r Date: Tue, 22 Sep 2020 04:21:39 +0000 Subject: Update CSS Now it's mostly CSS 2.1 compliant. All the images now use the height attribute to limit the size on browsers that don't support CSS. --- templates/emoji.tmpl | 2 +- templates/nav.tmpl | 2 +- templates/notification.tmpl | 10 +++++----- templates/status.tmpl | 10 +++++----- templates/user.tmpl | 2 +- templates/userlist.tmpl | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/emoji.tmpl b/templates/emoji.tmpl index cbffc7b..7359d81 100644 --- a/templates/emoji.tmpl +++ b/templates/emoji.tmpl @@ -5,7 +5,7 @@
{{range .Emojis}}
- {{.ShortCode}} + {{.ShortCode}}
:{{.ShortCode}}:
{{end}} diff --git a/templates/nav.tmpl b/templates/nav.tmpl index 3386a7b..cfac439 100644 --- a/templates/nav.tmpl +++ b/templates/nav.tmpl @@ -3,7 +3,7 @@