mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
css: Replace CSS reset for <cite> with local rules.
Browser default font-style for `cite` is `italic` and there is no default value for `blockquote`.
This commit is contained in:
3
static/third/bootstrap/css/bootstrap.css
vendored
3
static/third/bootstrap/css/bootstrap.css
vendored
@@ -207,9 +207,6 @@ p {
|
||||
small {
|
||||
font-size: 85%;
|
||||
}
|
||||
cite {
|
||||
font-style: normal;
|
||||
}
|
||||
.text-warning {
|
||||
color: #c09853;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user