Skip to content

Commit c665ff6

Browse files
committed
Closes python#26320: fix stylesheet after Sphinx update.
1 parent 1c49617 commit c665ff6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/tools/static/basic.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,22 +393,22 @@ table.highlighttable td {
393393
padding: 0 0.5em 0 0.5em;
394394
}
395395

396-
tt.descname {
396+
code.descname {
397397
background-color: transparent;
398398
font-weight: bold;
399399
font-size: 1.2em;
400400
}
401401

402-
tt.descclassname {
402+
code.descclassname {
403403
background-color: transparent;
404404
}
405405

406-
tt.xref, a tt {
406+
code.xref, a code {
407407
background-color: transparent;
408408
font-weight: bold;
409409
}
410410

411-
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
411+
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
412412
background-color: transparent;
413413
}
414414

0 commit comments

Comments
 (0)