Skip to content

Commit c2fdb47

Browse files
committed
Docs: Fix CSS for "pull-quotes"
1 parent 67d0f4d commit c2fdb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/_static/custom.css_t

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)