1
0
Fork 0

selettori css per-pagina

This commit is contained in:
boyska 2017-06-10 00:02:25 +02:00
parent 7d59111e36
commit a4a11f9f10
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ h1, h2, h3, h4, strong, tt {
font-size: 21px; font-size: 21px;
} }
blockquote { .body-index blockquote {
border: 1px solid #383838; border: 1px solid #383838;
background-color: #272626; background-color: #272626;
text-align: justify; text-align: justify;

View file

@ -45,7 +45,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<section id="content" class="body"> <section id="content" class="body body-{{page.slug}}">
{% import 'includes/translations.html' as translations with context %} {% import 'includes/translations.html' as translations with context %}
{{ translations.translations_for(page) }} {{ translations.translations_for(page) }}
{% if PDF_PROCESSOR %} {% if PDF_PROCESSOR %}