Skip to content

Commit

Permalink
fix: use correct search summary css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Jun 13, 2022
1 parent aadee2c commit 8841d6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,13 @@ div.code-block-caption {
margin-top: 2px;
}

/* fix styling of search results by using <div> instead of <p>, upstream bug */
ul.search li div.context {
color: #888;
margin: 2px 0 0 30px;
text-align: left;
}


/* hoverxref stuff */
/* (this is mostly just a merge of the 'shadow' and 'borderless' themes) */
Expand Down

0 comments on commit 8841d6a

Please sign in to comment.