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:
Michael Howell 2022-10-22 21:28:53 -07:00
parent 6e95b6da88
commit 7ff9bc18cd

View File

@ -184,7 +184,6 @@ h4.code-header {
}
.code-header {
font-weight: 600;
border-bottom-style: none;
margin: 0;
padding: 0;
}