define style by class instead of structure
This commit is contained in:
@@ -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 <span class='cp-brand-font'>CryptPad</span> ?";
|
||||
out.faq = {};
|
||||
out.faq.keywords = {
|
||||
title: 'Termes spéciaux',
|
||||
|
||||
@@ -773,7 +773,7 @@ define(function () {
|
||||
|
||||
out.faq_link = "FAQ";
|
||||
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.keywords = {
|
||||
title: 'Keywords',
|
||||
|
||||
Reference in New Issue
Block a user