For #5892: Update horizontal line styling

fennec/nightly
Sawyer Blatz 4 years ago committed by Sebastian Kaspari
parent 941c147989
commit fc295b8855

@ -70,7 +70,12 @@ button {
}
hr {
color: #EDEDF0;
height: 0;
border: 0;
border-top: 1px solid #D7D7DB;
}
.horizontalLine {
margin-left: -40px;
margin-right: -40px;
}

Loading…
Cancel
Save