diff --git a/_stylesheets/docs.css b/_stylesheets/docs.css index af95e6f087f1..4d689fe9fa3e 100644 --- a/_stylesheets/docs.css +++ b/_stylesheets/docs.css @@ -1250,7 +1250,13 @@ table > tbody > tr > td > div > div > p > code { .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 {