Browse Source

docs: fix too small text in tables

Marian Beermann 8 năm trước cách đây
mục cha
commit
b1205a7932
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      docs/borg_theme/css/borg.css

+ 12 - 0
docs/borg_theme/css/borg.css

@@ -69,6 +69,18 @@ dt code {
     white-space: normal;
 }
 
+/* for some reason the rtd theme makes text in tables very small.
+ * fix that.
+ */
+.wy-table td,
+.rst-content table.docutils td,
+.rst-content table.field-list td,
+.wy-table th,
+.rst-content table.docutils th,
+.rst-content table.field-list th {
+    font-size: 100%;
+}
+
 code,
 .rst-content tt.literal,
 .rst-content tt.literal,