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
9 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
58 lines
Copy
3 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
50 lines
Copy
.faq-answer-container {
.faq-answer-container {
padding: 10px 5px 10px 0;
padding: 10px 5px 10px 0;
height: auto;
height: auto;
}
}
.faq-answer-container > div {
.faq-answer-container > div {
line-height: 1.32em;
line-height: 1.32em;
}
}
.article-faq {
.article-faq {
display: table;
display: table;
margin: 0 0 6px 0;
margin: 0 0 6px 0;
padding: 0;
padding: 0;
width: 100%;
width: 100%;
Copy
Copied
Copy
Copied
background-image: linear-gradient(to bottom, #FFFFFF 50%, #FAFAFA 100%);
transition:
all
0.2s;
border: 1px solid #D6DEE7;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
transition:
box-shadow
0.2s;
}
.article-faq:hover {
background-image: linear-gradient(to bottom, #FFFFFF 25%, #F2F5F8 100%);
border: 1px solid #D0D8E1;
box-shadow: 0 0 5px #EAEAEA;
}
}
.faq-question-element {
.faq-question-element {
margin: 0;
margin: 0;
padding: 8px 5px 5px 10px;
padding: 8px 5px 5px 10px;
}
}
.question-title {
.question-title {
display: inline-block;
display: inline-block;
Copy
Copied
Copy
Copied
border: none;
overflow: initial;
overflow: initial;
}
}
.faq-question-element .question-title {
.faq-question-element .question-title {
margin-left: 5px;
margin-left: 5px;
}
}
.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 {
margin-top: -10px;
margin-top: -10px;
padding-top: 10px;
padding-top: 10px;
}
}
.article-faq footer {
.article-faq footer {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
#questions-titles-list hr {
#questions-titles-list hr {
margin: 20px 0;
margin: 20px 0;
Copy
Copied
Copy
Copied
}
}
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%; background-image: linear-gradient(to bottom, #FFFFFF 50%, #FAFAFA 100%); border: 1px solid #D6DEE7; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); transition: box-shadow 0.2s; } .article-faq:hover { background-image: linear-gradient(to bottom, #FFFFFF 25%, #F2F5F8 100%); border: 1px solid #D0D8E1; box-shadow: 0 0 5px #EAEAEA; } .faq-question-element { margin: 0; padding: 8px 5px 5px 10px; } .question-title { display: inline-block; border: none; 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
.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; }
Find difference