Allow for blue section headers for tables in older documentation.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 17 Oct 2018 00:16:29 +0000 (20:16 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 17 Oct 2018 00:16:29 +0000 (20:16 -0400)
Some of the loaded documentation uses "<b>" tags instead of "<p>"
tags, so this accounts for those documents.

media/css/main.css

index 7c40659e7707524dd067744f613f3b085911b7ee..4f3e15ab548236c9462c23f1676e5c4534f0bae4 100644 (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;
 }