start moving more to skeleton

This commit is contained in:
jpope 2014-01-05 20:47:36 -06:00
parent f13016943f
commit 8b8698eff5
2 changed files with 99 additions and 106 deletions

View File

@ -105,17 +105,8 @@ input, textarea {
/* website structure */
.container {
margin: auto;
/* width: 96%;*/
max-width: 940px;
}
header {
width: 100%;
max-width: 940px;
margin-left: auto;
margin-right: auto;
padding: 0;
margin-bottom: 42px;
border-bottom: 1px solid #333;

View File

@ -54,6 +54,7 @@
{% include 'mediagoblin/bits/body_start.html' %}
{% block mediagoblin_body %}
{% block mediagoblin_header %}
<div class="container">
<header>
{%- include "mediagoblin/bits/logo.html" -%}
{% block mediagoblin_header_title %}{% endblock %}
@ -158,6 +159,7 @@
</div>
{% endif %}
</header>
</div>
{% endblock %}
<div class="container">
{% include 'mediagoblin/bits/above_content.html' %}