Skip to content

Commit

Permalink
doc: fix <code> inside stability boxes
Browse files Browse the repository at this point in the history
Fixes: #9714
PR-URL: #9723
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
silverwind authored and addaleax committed Dec 5, 2016
1 parent 5379b9d commit 44ae028
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@ tt, code {
padding: .1em .3em;
}

.api_stability code {
background: rgba(0, 0, 0, .1);
padding: .1em .3em;
}

a code {
color: inherit;
background: inherit;
Expand Down

0 comments on commit 44ae028

Please sign in to comment.