We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75cfec8 + dc52876 commit 2702b65Copy full SHA for 2702b65
docs/codeql/_static/custom.css_t
@@ -200,7 +200,7 @@ blockquote.pull-quote {
200
border-radius: 5px;
201
}
202
203
-blockquote.pull-quote p:first-of-type {
+blockquote.pull-quote:first-line {
204
font-weight: bold;
205
margin-top: 0px;
206
@@ -222,10 +222,12 @@ blockquote.pull-quote > :last-child {
222
223
.toggle .name:after {
224
content: " ▶";
225
+ font-family: "monospace";
226
227
228
.toggle .name.open:after {
229
content: " ▼";
230
231
232
233
/* -- PRINT VIEW ----------------------------------------------------------------------------*/
@@ -261,4 +263,4 @@ blockquote.pull-quote > :last-child {
261
263
div.footer {
262
264
display: block;
265
-}
266
+}
0 commit comments