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:
Sahil Batra
2023-07-05 16:44:31 +05:30
committed by Tim Abbott
parent 2926337404
commit 6cb080c447

View File

@@ -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 {