rustdoc: Remove unused spotlight
CSS
I couldn't find any uses of this CSS. I think it was superseded by the `.notable-traits` CSS class and other similarly-named CSS classes.
This commit is contained in:
parent
5f96c48de2
commit
1fe0fe47fc
1 changed files with 1 additions and 4 deletions
|
@ -173,13 +173,10 @@ code, pre, a.test-arrow {
|
|||
border-radius: 3px;
|
||||
padding: 0 0.1em;
|
||||
}
|
||||
.docblock pre code, .docblock-short pre code, .docblock code.spotlight {
|
||||
.docblock pre code, .docblock-short pre code {
|
||||
padding: 0;
|
||||
padding-right: 1ex;
|
||||
}
|
||||
.docblock code.spotlight :last-child {
|
||||
padding-bottom: 0.6em;
|
||||
}
|
||||
pre {
|
||||
padding: 14px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue