ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=e511f2d254d6628f5ab116bef1728980905c729e
commit e511f2d254d6628f5ab116bef1728980905c729e Author: Andy Williams <[email protected]> Date: Wed Nov 22 15:56:21 2017 +0000 style: Don't give blockquotes a weird font --- public_html/lib/tpl/e/css/modifications.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index d6573deb..18e7d906 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -499,6 +499,12 @@ blockquote { border-left: 4px solid #404040; } +blockquote p { + font-size: inherit; + font-weight: inherit; + line-height: inherit; +} + .search_results { background-color: #202020; padding: 20px; --
