forked from boyska/sito-hackit-17
selettori css per-pagina
This commit is contained in:
parent
7d59111e36
commit
a4a11f9f10
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue