diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css index 369fe82..90f8c54 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/diff.css +++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css @@ -162,6 +162,14 @@ div.container.main { margin-top: 180px; } +.nav-extra { + float: right; +} + +form { + margin-bottom: 0px; +} + pre, .MathJax_Display { background-color: #fcf9f9; padding: 15px; diff --git a/remarkbox_theme_meta/templates/meta-base.j2 b/remarkbox_theme_meta/templates/meta-base.j2 index 338bd69..cd66bcc 100644 --- a/remarkbox_theme_meta/templates/meta-base.j2 +++ b/remarkbox_theme_meta/templates/meta-base.j2 @@ -1,4 +1,5 @@ {%- import 'snippets/snippets.j2' as snippets with context -%} +{% include 'snippets/owner-key-comment.j2' %} @@ -48,10 +49,10 @@ {% endif %} -
- {%- block menu %} +
+ {% include 'snippets/flash-alerts.j2' %} @@ -114,6 +114,12 @@
+ + + {% block content %} {% endblock %}