From 45385ad45ae5b2732dc950a05997b82450929d14 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 3 Nov 2015 16:49:22 -0500 Subject: [PATCH] account page titles --- less/account.less | 8 ++++++++ templates/account/favourites.tpl | 3 ++- templates/account/followers.tpl | 3 ++- templates/account/following.tpl | 2 ++ templates/account/groups.tpl | 4 ++++ templates/account/posts.tpl | 2 ++ templates/account/profile.tpl | 2 ++ templates/account/topics.tpl | 2 ++ templates/account/watched.tpl | 2 ++ 9 files changed, 26 insertions(+), 2 deletions(-) diff --git a/less/account.less b/less/account.less index a183541..7dcffbc 100644 --- a/less/account.less +++ b/less/account.less @@ -7,6 +7,14 @@ max-width: @screen-sm-min; margin-left: auto; margin-right: auto; + + > h1 { + text-align: center; + font-size: 20px; + color: @gray-light; + font-weight: 300; + margin-bottom: 24px; + } } .cover { diff --git a/templates/account/favourites.tpl b/templates/account/favourites.tpl index d35fbc0..ae318bf 100644 --- a/templates/account/favourites.tpl +++ b/templates/account/favourites.tpl @@ -2,7 +2,8 @@
- +

[[pages:{template.name}, {username}]]

+
[[topic:favourites.has_no_favourites]]
diff --git a/templates/account/followers.tpl b/templates/account/followers.tpl index e7223aa..08eec5c 100644 --- a/templates/account/followers.tpl +++ b/templates/account/followers.tpl @@ -2,7 +2,8 @@
- +

[[pages:{template.name}, {username}]]

+
diff --git a/templates/account/following.tpl b/templates/account/following.tpl index 2317c03..6780466 100644 --- a/templates/account/following.tpl +++ b/templates/account/following.tpl @@ -2,6 +2,8 @@
+

[[pages:{template.name}, {username}]]

+
diff --git a/templates/account/groups.tpl b/templates/account/groups.tpl index 828cbbf..1cb322e 100644 --- a/templates/account/groups.tpl +++ b/templates/account/groups.tpl @@ -1,6 +1,10 @@