rustdoc: remove redundant #help-button
CSS
When the separate top and bottom styles were added in
cd3f4da244
, some of the CSS rules were
needlessly duplicated.
The `text-align: initial` rule on `.side-by-side` was always redundant, since
the rules that centered the text were set on children, not parents.
This commit is contained in:
parent
57ee5cf5a9
commit
3bbb328e68
@ -1019,8 +1019,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
#help-button span.top {
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
padding-bottom: 4px;
|
||||
@ -1030,9 +1028,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
||||
clear: both;
|
||||
border-top: 1px solid var(--border-color);
|
||||
}
|
||||
.side-by-side {
|
||||
text-align: initial;
|
||||
}
|
||||
.side-by-side > div {
|
||||
width: 50%;
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user