Skip to content

Commit 73f08ce

Browse files
authored
Merge pull request #103 from hugovk/accessibilty-index-target-area
2 parents 8e007f6 + 75b8026 commit 73f08ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

python_docs_theme/static/pydoctheme.css

+12
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,18 @@ dl > dt span ~ em {
230230
padding-left: 20px;
231231
}
232232

233+
div.genindex-jumpbox,
234+
div.genindex-jumpbox > p {
235+
display: inline-flex;
236+
flex-wrap: wrap;
237+
}
238+
239+
div.genindex-jumpbox a {
240+
margin: 0 5px;
241+
min-width: 30px;
242+
text-align: center;
243+
}
244+
233245
@media (max-width: 1023px) {
234246
/* Body layout */
235247
div.body {

0 commit comments

Comments
 (0)