-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust quote styling #3752
Adjust quote styling #3752
Conversation
I ended up simply adding some css. It took me a long time to find out that there was no css being overridden anywhere. The blockquote style with a border on the left is part of an older bootstrap version (at least still there in 3.3.2). Markdownx does not inject any css, although there is some css included for the admin site. |
I see the same thing when I try it. I have not experienced this before. |
It fixed itself. |
Adjust blockquote style to make quotes more obvious.
closes #3623