Remove page-content

This commit is contained in:
kpcyrd 2014-09-10 15:48:10 +02:00
parent 886d79efd0
commit 98cc20a06e
2 changed files with 1 additions and 12 deletions

View file

@ -6,10 +6,8 @@
{% include header.html %}
<div class="page-content">
<div class="wrap">
<div class="wrap">
{{ content }}
</div>
</div>
{% include footer.html %}

View file

@ -97,15 +97,6 @@ body {
top: 3px;
}
/* Page Content styles */
/* ----------------------------------------------------------*/
.page-content {
padding: 30px 0;
}
/* Home styles */
/* ----------------------------------------------------------*/