From 5d754176e0e0bb37d57a2c36413e8e63967d8561 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 10 Feb 2020 15:06:13 -0500 Subject: [PATCH] Use h1 consistently on user pages instead of h2s. This also removes odd one-time class usages on Account Settings page. --- less/core.less | 3 --- templates/user/articles.tmpl | 2 +- templates/user/collections.tmpl | 2 +- templates/user/export.tmpl | 2 +- templates/user/settings.tmpl | 6 +++--- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/less/core.less b/less/core.less index fe8a28d..931aaa8 100644 --- a/less/core.less +++ b/less/core.less @@ -794,9 +794,6 @@ input { &.snug { max-width: 40em; } - &.regular { - font-size: 1em; - } .app { + .app { margin-top: 1.5em; diff --git a/templates/user/articles.tmpl b/templates/user/articles.tmpl index be80cc7..e96d51e 100644 --- a/templates/user/articles.tmpl +++ b/templates/user/articles.tmpl @@ -10,7 +10,7 @@ {{template "user-silenced"}} {{end}} -

drafts

+

Drafts

{{ if .AnonymousPosts }}

These are your draft posts. You can share them individually (without a blog) or move them to your blog when you're ready.

diff --git a/templates/user/collections.tmpl b/templates/user/collections.tmpl index da68dcc..b2ce51a 100644 --- a/templates/user/collections.tmpl +++ b/templates/user/collections.tmpl @@ -10,7 +10,7 @@ {{if .Silenced}} {{template "user-silenced"}} {{end}} -

blogs

+

Blogs