define style by class instead of structure

This commit is contained in:
ansuz 2018-06-12 11:21:12 +02:00
parent 9e4fdb7e83
commit 8def11bea3
3 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,7 @@
font-weight: 700; font-weight: 700;
} }
} }
.cp-faq-ques-det { .cp-faq-ques-det {
.cp-faq-header { .cp-faq-header {
a { a {
@ -28,7 +29,7 @@
h4 { h4 {
margin-top: 1.5rem; margin-top: 1.5rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
span { .cp-brand-font {
font-family: "Neuropolitical"; font-family: "Neuropolitical";
} }
} }

View File

@ -766,7 +766,7 @@ define(function () {
out.faq_link = "FAQ"; out.faq_link = "FAQ";
out.faq_title = "Foire Aux Questions"; out.faq_title = "Foire Aux Questions";
out.faq_whatis = "Qu'est-ce que CryptPad ?"; out.faq_whatis = "Qu'est-ce que <span class='cp-brand-font'>CryptPad</span> ?";
out.faq = {}; out.faq = {};
out.faq.keywords = { out.faq.keywords = {
title: 'Termes spéciaux', title: 'Termes spéciaux',

View File

@ -773,7 +773,7 @@ define(function () {
out.faq_link = "FAQ"; out.faq_link = "FAQ";
out.faq_title = "Frequently Asked Questions"; out.faq_title = "Frequently Asked Questions";
out.faq_whatis = "What is <span>CryptPad</span>?"; out.faq_whatis = "What is <span class='cp-brand-font'>CryptPad</span>?";
out.faq = {}; out.faq = {};
out.faq.keywords = { out.faq.keywords = {
title: 'Keywords', title: 'Keywords',