reworking page centering

This commit is contained in:
Daniel Ryan 2014-09-15 11:36:33 -04:00
parent dd63cc8967
commit 0bf451aa94
2 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,10 @@ ul.breadcrumb {
margin: 80px 0 0 0;
}
.container ul.breadcrumb {
margin-top: 0;
}
form select, form input, form textarea {
width: 90%;
}

View File

@ -26,7 +26,7 @@
</head>
{% block body %}
<body class="{% block bodyclass %}{% endblock %} container">
<body class="{% block bodyclass %}{% endblock %}">
<div class="wrapper">
@ -53,6 +53,7 @@
</div>
{% endblock %}
<div class="container">
{% block breadcrumbs %}
<ul class="breadcrumb">
{% for breadcrumb_name, breadcrumb_url in breadcrumblist %}
@ -239,6 +240,7 @@
{% endif %}
</div>
<!-- END Content -->
</div><!-- /.container -->
<footer>
{% block footer %}