mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix invalid css property value
This commit is contained in:
parent
7f93d4aa0d
commit
4df8e78a59
@ -652,7 +652,7 @@ h2.location a {
|
||||
}
|
||||
|
||||
.top-doc .docblock h2 { font-size: 1.375rem; }
|
||||
.top-doc .docblock h3 { font-size: 1.25; }
|
||||
.top-doc .docblock h3 { font-size: 1.25rem; }
|
||||
.top-doc .docblock h4,
|
||||
.top-doc .docblock h5 {
|
||||
font-size: 1.125rem;
|
||||
|
Loading…
Reference in New Issue
Block a user