rustdoc: remove no-op CSS .code-header { border-bottom: none }
The code headers are always h3 or h4, which don't have border-bottom by default anyway.
This commit is contained in:
parent
6e95b6da88
commit
7ff9bc18cd
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ h4.code-header {
|
||||||
}
|
}
|
||||||
.code-header {
|
.code-header {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-bottom-style: none;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue