diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css
index e6c6c8d..8a72558 100644
--- a/remarkbox_theme_meta/static/theme/meta/css/diff.css
+++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css
@@ -85,8 +85,9 @@ button.link {
.my-namespaces-div {
background-color: #fcf9f9;
- padding: 10px;
- margin-top: 0px;
+ padding: 20px;
+ padding-bottom: 10px;
+ padding-top: 30px;
}
ol, ul {
diff --git a/remarkbox_theme_meta/templates/meta-base.j2 b/remarkbox_theme_meta/templates/meta-base.j2
index 68f1531..4e16359 100644
--- a/remarkbox_theme_meta/templates/meta-base.j2
+++ b/remarkbox_theme_meta/templates/meta-base.j2
@@ -39,7 +39,7 @@
Meta
{%- if request.user %}
{{ snippets.user_link(request.user, class='button') }}
- Setup
+ setup
{%- else %}
About
Demo
@@ -82,7 +82,7 @@