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;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
.body-index blockquote {
|
||||
border: 1px solid #383838;
|
||||
background-color: #272626;
|
||||
text-align: justify;
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<section id="content" class="body body-{{page.slug}}">
|
||||
{% import 'includes/translations.html' as translations with context %}
|
||||
{{ translations.translations_for(page) }}
|
||||
{% if PDF_PROCESSOR %}
|
||||
|
|
Loading…
Reference in a new issue