aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rrs')
-rw-r--r--templates/rrs/base_toplevel.html2
-rw-r--r--templates/rrs/recipedetail.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index fcd8523c49..e22684b497 100644
--- a/templates/rrs/base_toplevel.html
+++ b/templates/rrs/base_toplevel.html
@@ -11,6 +11,8 @@
{% endcomment %}
+{% block contenttag %}<div id="content" class="container-fluid top-padded">{% endblock %}
+
{% block topfunctions %}
<ul class="nav">
<li class="divider-vertical" style="display; list-item;"/>
diff --git a/templates/rrs/recipedetail.html b/templates/rrs/recipedetail.html
index a91703d671..ac4c6463e5 100644
--- a/templates/rrs/recipedetail.html
+++ b/templates/rrs/recipedetail.html
@@ -18,6 +18,8 @@
{% block topfunctions %}
{% endblock %}
+{% block contenttag %}<div id="content" class="container-fluid top-padded">{% endblock %}
+
{% block content %}
<link rel="stylesheet" href="{% static "css/rrs-additional.css" %}" />
{% autoescape on %}