bootstrap: Remove font-size, line-height values superseded in zulip.css.

This commit is contained in:
Karl Stolley
2025-04-03 14:34:44 -05:00
committed by Tim Abbott
parent 86623941a3
commit 0fb2783c68

View File

@@ -31,13 +31,8 @@ img {
button,
input {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
@@ -102,12 +97,9 @@ hr {
form {
margin: 0 0 20px;
}
label,
input,
button {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
label {
display: block;