aboutsummaryrefslogtreecommitdiff
path: root/common/base.j2
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-06-27 11:28:57 +0000
committerng0 <ng0@n0.is>2019-06-27 11:28:57 +0000
commit45d0b0364129481f518eebb0e6d97fdf82499959 (patch)
treecc3da6461058e1d87a860329575f11612e141cee /common/base.j2
parent45a68c74b49b33830c5dc22e827e1fe02841c8c6 (diff)
downloadwww-45d0b0364129481f518eebb0e6d97fdf82499959.tar.gz
www-45d0b0364129481f518eebb0e6d97fdf82499959.zip
style change, layout fixes, start using sass.
Diffstat (limited to 'common/base.j2')
-rw-r--r--common/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index 855956b2..70034222 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -9,7 +9,7 @@
9 </head> 9 </head>
10 <body id="mybody"> 10 <body id="mybody">
11 {% include "common/navigation.j2.inc" %} 11 {% include "common/navigation.j2.inc" %}
12 <div id="body_content"> 12 <div id="body_content" class="bg-near-white">
13 {% block body_content %}{% endblock %} 13 {% block body_content %}{% endblock %}
14 </div> 14 </div>
15 {% include "common/footer.j2.inc" %} 15 {% include "common/footer.j2.inc" %}