mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
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:
@@ -184,7 +184,6 @@ h4.code-header {
|
||||
}
|
||||
.code-header {
|
||||
font-weight: 600;
|
||||
border-bottom-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user