bootstrap: Remove q styles.

There is no evidence of the <q> (quote) element in use in the
Zulip UI, nor that any of the Python-Markdown syntax generates them
either.
This commit is contained in:
Karl Stolley
2024-02-19 15:05:04 -05:00
committed by Tim Abbott
parent 976987f9a3
commit 6073507230

View File

@@ -124,10 +124,6 @@ hr {
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
q:before,
q:after {
content: "";
}
pre {
padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;