Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
7 years ago
Diff never expires
Clear
Export
Share
Explain
12 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
50 lines
Copy
15 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
54 lines
Copy
Copy
Copied
Copy
Copied
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
.faq-reorder-form {
width: 100%;
}
.faq-answer-container {
.faq-answer-container {
Copy
Copied
Copy
Copied
padding:
10px 5px 10px
0;
padding:
0.618em 0.309em 0.618em
0;
height: auto;
height: auto;
}
}
Copy
Copied
Copy
Copied
.faq-answer-container > div {
line-height: 1.32em;
}
.article-faq {
.article-faq {
display: table;
display: table;
Copy
Copied
Copy
Copied
margin: 0 0
6px
0;
margin: 0 0
0.309em
0;
padding: 0;
padding: 0;
width: 100%;
width: 100%;
transition: all 0.2s;
transition: all 0.2s;
}
}
.faq-question-element {
.faq-question-element {
margin: 0;
margin: 0;
Copy
Copied
Copy
Copied
padding:
8px 5px 5px 10px
;
padding:
0.456em 0.309em 0.309em 0.618em
;
}
}
.question-title {
.question-title {
Copy
Copied
Copy
Copied
display:
inline-
block;
display:
block;
overflow: initial;
overflow: initial;
}
}
.faq-question-element .question-title {
.faq-question-element .question-title {
Copy
Copied
Copy
Copied
margin-left:
5px
;
margin-left:
0.309em
;
}
}
.sortable-title .question-title span {
.sortable-title .question-title span {
font-size: 1.9rem;
font-size: 1.9rem;
}
}
/* hack pour l'ancre */
/* hack pour l'ancre */
.question-anchor {
.question-anchor {
Copy
Copied
Copy
Copied
margin-top: -
10px
;
margin-top: -
0.618em
;
padding-top:
10px
;
padding-top:
0.618em
;
}
}
.article-faq footer {
.article-faq footer {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
#questions-titles-list hr {
#questions-titles-list hr {
Copy
Copied
Copy
Copied
margin:
20px
0;
margin:
0 1.309em
0;
}
}
Saved diffs
Original text
Open file
.faq-answer-container { padding: 10px 5px 10px 0; height: auto; } .faq-answer-container > div { line-height: 1.32em; } .article-faq { display: table; margin: 0 0 6px 0; padding: 0; width: 100%; transition: all 0.2s; } .faq-question-element { margin: 0; padding: 8px 5px 5px 10px; } .question-title { display: inline-block; overflow: initial; } .faq-question-element .question-title { margin-left: 5px; } .sortable-title .question-title span { font-size: 1.9rem; } /* hack pour l'ancre */ .question-anchor { margin-top: -10px; padding-top: 10px; } .article-faq footer { margin: 0; padding: 0; } #questions-titles-list hr { margin: 20px 0; }
Changed text
Open file
/* * Surchargez ce fichier dans votre thème pour personnaliser le module * https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules */ .faq-reorder-form { width: 100%; } .faq-answer-container { padding: 0.618em 0.309em 0.618em 0; height: auto; } .article-faq { display: table; margin: 0 0 0.309em 0; padding: 0; width: 100%; transition: all 0.2s; } .faq-question-element { margin: 0; padding: 0.456em 0.309em 0.309em 0.618em; } .question-title { display: block; overflow: initial; } .faq-question-element .question-title { margin-left: 0.309em; } .sortable-title .question-title span { font-size: 1.9rem; } /* hack pour l'ancre */ .question-anchor { margin-top: -0.618em; padding-top: 0.618em; } .article-faq footer { margin: 0; padding: 0; } #questions-titles-list hr { margin: 0 1.309em 0; }
Find difference