Make section headers for tables in documentation more clear.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 17 Oct 2018 00:01:55 +0000 (20:01 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 17 Oct 2018 00:01:55 +0000 (20:01 -0400)
Ensure the section headers for tables in the documentation are both
blue and bold.

media/css/main.css

index a031725c6b002874182d89e0f8ec85f06eff03b8..7c40659e7707524dd067744f613f3b085911b7ee 100644 (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 {