mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
bootstrap: Remove body selectors, zero margin/padding explicitly.
This commit is contained in:
15
web/third/bootstrap/css/bootstrap.app.css
vendored
15
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -57,10 +57,6 @@ label,
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
line-height: 20px;
|
||||
}
|
||||
a {
|
||||
color: #0088cc;
|
||||
text-decoration: none;
|
||||
@@ -312,12 +308,6 @@ button.close {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
input {
|
||||
margin-left: 0;
|
||||
@@ -328,8 +318,3 @@ button.close {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) {
|
||||
body {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user