diff --git a/_stylesheets/docs.css b/_stylesheets/docs.css index 0a769aa36105..d1d96a86f58f 100644 --- a/_stylesheets/docs.css +++ b/_stylesheets/docs.css @@ -1242,7 +1242,13 @@ button[name="button-collapse-expand-all"] { .colist > table tr > td:last-of-type { padding: 0 0 0.5em 0; } - .qanda > ol > li > p > em:only-child { +/* Fix subsequent paras for same bullet */ +.colist .paragraph p { + font-size: 14px; + line-height: 1.8; + margin: 0.5em 0; +} +.qanda > ol > li > p > em:only-child { color: #1d4b8f; } .thumb, .th {