Style FAQ headers and indent h4 content
This commit is contained in:
@@ -93,12 +93,17 @@
|
||||
margin: 8px 0 4px;
|
||||
}
|
||||
.faq-content h3 {
|
||||
font-size: 17px;
|
||||
margin: 6px 0 2px;
|
||||
font-size: 18px;
|
||||
margin: 10px 0 6px;
|
||||
color: #0f6d6d;
|
||||
border-bottom: 2px solid #c7e4df;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.faq-content h4 {
|
||||
font-size: 15px;
|
||||
margin: 4px 0 2px;
|
||||
margin: 6px 0 2px;
|
||||
color: #184c4a;
|
||||
font-weight: 700;
|
||||
}
|
||||
.faq-content p {
|
||||
margin: 0 0 8px;
|
||||
@@ -114,6 +119,17 @@
|
||||
padding: 1px 4px;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.faq-content h4 + p,
|
||||
.faq-content h4 + ul {
|
||||
margin-left: 18px;
|
||||
}
|
||||
.faq-content h4 + p + ul,
|
||||
.faq-content h4 + ul + p {
|
||||
margin-left: 18px;
|
||||
}
|
||||
.faq-content ul li {
|
||||
padding-left: 4px;
|
||||
}
|
||||
.faq-divider {
|
||||
border: 0;
|
||||
border-top: 1px solid #e3d4bd;
|
||||
|
||||
Reference in New Issue
Block a user