mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
reworking page centering
This commit is contained in:
parent
dd63cc8967
commit
0bf451aa94
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user