From 8def11bea3c748f7f137adb15a3a762f4d465aff Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 12 Jun 2018 11:21:12 +0200 Subject: [PATCH] define style by class instead of structure --- customize.dist/src/less2/pages/page-faq.less | 3 ++- customize.dist/translations/messages.fr.js | 2 +- customize.dist/translations/messages.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/pages/page-faq.less b/customize.dist/src/less2/pages/page-faq.less index e4893199b..92a91e442 100644 --- a/customize.dist/src/less2/pages/page-faq.less +++ b/customize.dist/src/less2/pages/page-faq.less @@ -21,6 +21,7 @@ font-weight: 700; } } + .cp-faq-ques-det { .cp-faq-header { a { @@ -28,7 +29,7 @@ h4 { margin-top: 1.5rem; margin-bottom: 1.5rem; - span { + .cp-brand-font { font-family: "Neuropolitical"; } } diff --git a/customize.dist/translations/messages.fr.js b/customize.dist/translations/messages.fr.js index 37e1cfb18..73d4fc415 100644 --- a/customize.dist/translations/messages.fr.js +++ b/customize.dist/translations/messages.fr.js @@ -766,7 +766,7 @@ define(function () { out.faq_link = "FAQ"; out.faq_title = "Foire Aux Questions"; - out.faq_whatis = "Qu'est-ce que CryptPad ?"; + out.faq_whatis = "Qu'est-ce que CryptPad ?"; out.faq = {}; out.faq.keywords = { title: 'Termes spéciaux', diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 3c0da2f04..44bb86569 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -773,7 +773,7 @@ define(function () { out.faq_link = "FAQ"; out.faq_title = "Frequently Asked Questions"; - out.faq_whatis = "What is CryptPad?"; + out.faq_whatis = "What is CryptPad?"; out.faq = {}; out.faq.keywords = { title: 'Keywords',