Skip to content

Commit

Permalink
Merge pull request #1056 from sphinx-contrib/add-border-style-to-cont…
Browse files Browse the repository at this point in the history
…ent-entries

doc: add border style to content entries
  • Loading branch information
jdknight authored Oct 14, 2024
2 parents dd107ed + 777160a commit 14ccb92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/_themes/sphinx13b/static/sphinx13b.css
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,13 @@ p.rubric {
background-color: #efe9e8 !important;
}

.rst.directive, .rst.role,
.std.confval, .std.builderval, .std.event,
.py.function {
border-top: 1px solid #ccc;
padding-top: 5px;
}

@media (max-width: 750px) {
.quick-links {
display: none;
Expand Down

0 comments on commit 14ccb92

Please sign in to comment.