Skip to content

Commit 2702b65

Browse files
authored
Merge pull request #4873 from shati-patel/docs-formatting
Docs: Fix CSS for "pull-quotes" and expandable sections
2 parents 75cfec8 + dc52876 commit 2702b65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/codeql/_static/custom.css_t

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ blockquote.pull-quote {
200200
border-radius: 5px;
201201
}
202202

203-
blockquote.pull-quote p:first-of-type {
203+
blockquote.pull-quote:first-line {
204204
font-weight: bold;
205205
margin-top: 0px;
206206
}
@@ -222,10 +222,12 @@ blockquote.pull-quote > :last-child {
222222

223223
.toggle .name:after {
224224
content: " ▶";
225+
font-family: "monospace";
225226
}
226227

227228
.toggle .name.open:after {
228229
content: " ▼";
230+
font-family: "monospace";
229231
}
230232

231233
/* -- PRINT VIEW ----------------------------------------------------------------------------*/
@@ -261,4 +263,4 @@ blockquote.pull-quote > :last-child {
261263
div.footer {
262264
display: block;
263265
}
264-
}
266+
}

0 commit comments

Comments
 (0)