mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
bootstrap: Remove font-size, line-height values superseded in zulip.css.
This commit is contained in:
8
web/third/bootstrap/css/bootstrap.app.css
vendored
8
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user