Make section headers for tables in documentation more clear.

Ensure the section headers for tables in the documentation are both
blue and bold.
This commit is contained in:
Jonathan S. Katz
2018-10-16 20:01:55 -04:00
parent 8eac1e950b
commit d25c8bfe0f

View File

@ -709,6 +709,12 @@ code,
/**
* Documentation Tables
*/
#docContent .table .title > strong,
#docContent .TABLE {
color: #336791 !important;
font-weight: 900;
}
#docContent table.table,
#docContent table.informaltable,
#docContent table.CALSTABLE {