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/read.tmpl b/templates/read.tmpl
index ddcccdd..fe42f7b 100644
--- a/templates/read.tmpl
+++ b/templates/read.tmpl
@@ -75,11 +75,14 @@
body#collection header nav.tabs a:first-child {
margin-left: 1em;
}
+ body#collection article {
+ max-width: 40em !important;
+ }
{{end}}
{{define "body-attrs"}}id="collection"{{end}}
{{define "content"}}
-
+
{{.ContentTitle}}
{{if .SelTopic}}#{{.SelTopic}} posts{{else}}{{.Content}}{{end}}
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}}
-
+
{{ 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
{{range $i, $el := .Collections}}
{{if .Title}}{{.Title}}{{else}}{{.Alias}}{{end}}
diff --git a/templates/user/export.tmpl b/templates/user/export.tmpl
index 015722c..fee97d6 100644
--- a/templates/user/export.tmpl
+++ b/templates/user/export.tmpl
@@ -2,7 +2,7 @@
{{template "header" .}}
-
+
Your data on {{.SiteName}} is always free. Download and back-up your work any time.
diff --git a/templates/user/settings.tmpl b/templates/user/settings.tmpl
index ab60705..df85770 100644
--- a/templates/user/settings.tmpl
+++ b/templates/user/settings.tmpl
@@ -6,11 +6,11 @@
h3 { font-weight: normal; }
.section > *:not(input) { font-size: 0.86em; }
-
+
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
-
{{if .IsLogOut}}Before you go...{{else}}Account Settings {{if .IsAdmin}}admin settings{{end}}{{end}}
+
{{if .IsLogOut}}Before you go...{{else}}Account Settings {{if .IsAdmin}}admin settings{{end}}{{end}}
{{if .Flashes}}
{{range .Flashes}}- {{.}}
{{end}}
{{end}}
@@ -20,7 +20,7 @@ h3 { font-weight: normal; }
Please add an email address and/or passphrase so you can log in again later.
{{ else }}
-
+
Change your account settings here.