@ -37,6 +37,9 @@ footer {
padding-top: 20px;
background-color: #f1f1f1;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
vertical-align: middle;
/* Set black background color, white text and some padding */
footer {
@ -8,9 +8,9 @@
<head>
{# Load CSS and JavaScript #}
{% bootstrap_css %}
<link rel="stylesheet" href="{% static "/static/css/base.css" %}">
{% bootstrap_javascript %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site_name }} : {% block title %}Accueil{% endblock %}</title>
</head>