Allow for blue section headers for tables in older documentation.

Some of the loaded documentation uses "<b>" tags instead of "<p>"
tags, so this accounts for those documents.
This commit is contained in:
Jonathan S. Katz
2018-10-16 20:16:29 -04:00
parent d25c8bfe0f
commit 69476ee578

View File

@ -710,7 +710,8 @@ code,
* Documentation Tables
*/
#docContent .table .title > strong,
#docContent .TABLE {
#docContent .TABLE,
#docContent .TABLE b {
color: #336791 !important;
font-weight: 900;
}