From a4a11f9f104b51560f05eaeff7bd5318eb4e0592 Mon Sep 17 00:00:00 2001 From: boyska Date: Sat, 10 Jun 2017 00:02:25 +0200 Subject: [PATCH] selettori css per-pagina --- themes/hackit0x14/static/css/hackit.css | 2 +- themes/hackit0x14/templates/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hackit0x14/static/css/hackit.css b/themes/hackit0x14/static/css/hackit.css index b5a0e22..38aadb4 100644 --- a/themes/hackit0x14/static/css/hackit.css +++ b/themes/hackit0x14/static/css/hackit.css @@ -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; diff --git a/themes/hackit0x14/templates/page.html b/themes/hackit0x14/templates/page.html index e70e4b3..9218060 100644 --- a/themes/hackit0x14/templates/page.html +++ b/themes/hackit0x14/templates/page.html @@ -45,7 +45,7 @@ {% endblock %} {% block content %} -
+
{% import 'includes/translations.html' as translations with context %} {{ translations.translations_for(page) }} {% if PDF_PROCESSOR %}