Remove box for containers on posts

This commit is contained in:
Pablo Vazquez 2016-11-21 12:37:03 +01:00
parent 9e952b0436
commit 738c3e82d7
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
| {% block body %}
.container.box
.container
#blog_container(class="{% if project._id == config.MAIN_PROJECT_ID %}cloud-blog{% endif %}")
#blog_index-container

View File

@ -5,7 +5,7 @@
| {% block page_title %}New {{ node_type.name }}{% endblock %}
| {% block body %}
.container.box
.container
form(
method='POST',
action="{{url_for('nodes.posts_create', project_id=project._id)}}")

View File

@ -6,7 +6,7 @@
| {% block body %}
.container.box
.container
form(
method='POST',
action="{{url_for('nodes.posts_edit', post_id=post._id)}}")

View File

@ -37,7 +37,7 @@ meta(name="twitter:description", content="{{ node.properties.content }}")
| {% block body %}
.container.box
.container
#blog_container(class="{% if project._id == config.MAIN_PROJECT_ID %}cloud-blog{% endif %}")
#blog_post-container