diff --git a/zephyr/jstemplates/subscription.html b/zephyr/jstemplates/subscription.html
index edfb976d15..04e993c2a3 100644
--- a/zephyr/jstemplates/subscription.html
+++ b/zephyr/jstemplates/subscription.html
@@ -11,13 +11,13 @@
-
Settings
+
Settings
{{#render_subscribers}}
-
Subscribers
+
Subscribers
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css
index 1faa47df39..928b0cbdda 100644
--- a/zephyr/static/styles/zephyr.css
+++ b/zephyr/static/styles/zephyr.css
@@ -631,6 +631,13 @@ table.floating_recipient {
float: right;
}
+.sub_settings_title {
+ line-height: 30px;
+ font-size: 14px;
+ margin: 10px 0;
+ font-weight: bold;
+}
+
.subscriber_list_container {
max-height: 200px;
overflow: auto;