diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css index 2c349cf..d61f83f 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/diff.css +++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css @@ -83,6 +83,12 @@ button.link { margin-top: 25px; } +.my-namespaces-div { + background-color: #fcf9f9; + padding: 10px; + margin-top: 0px; +} + ol, ul { padding-left: 40px; } diff --git a/remarkbox_theme_meta/templates/meta-base.j2 b/remarkbox_theme_meta/templates/meta-base.j2 index f936066..43bc717 100644 --- a/remarkbox_theme_meta/templates/meta-base.j2 +++ b/remarkbox_theme_meta/templates/meta-base.j2 @@ -24,6 +24,12 @@ {% set main_domain = "https://www.remarkbox.com" %} + + {% if request.mode != 'embed' %} @@ -89,12 +102,6 @@ {%- endif %} - -