mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
bootstrap: Remove bootstrap CSS for blockquote elements.
We have added the bootstrap CSS rules for blockquote elements to the specific elements in previous commits and thus we can safely remove these from bootstrap.css.
This commit is contained in:
15
web/third/bootstrap/css/bootstrap.css
vendored
15
web/third/bootstrap/css/bootstrap.css
vendored
@@ -185,21 +185,8 @@ hr {
|
||||
border-top: 1px solid #eeeeee;
|
||||
border-bottom: 1px solid #ffffff;
|
||||
}
|
||||
blockquote {
|
||||
padding: 0 0 0 15px;
|
||||
margin: 0 0 20px;
|
||||
border-left: 5px solid #eeeeee;
|
||||
}
|
||||
blockquote p {
|
||||
margin-bottom: 0;
|
||||
font-size: 17.5px;
|
||||
font-weight: 300;
|
||||
line-height: 1.25;
|
||||
}
|
||||
q:before,
|
||||
q:after,
|
||||
blockquote:before,
|
||||
blockquote:after {
|
||||
q:after {
|
||||
content: "";
|
||||
}
|
||||
pre {
|
||||
|
||||
Reference in New Issue
Block a user