Forráskód Böngészése

docs: fix too small text in tables

Marian Beermann 8 éve
szülő
commit
b1205a7932
1 módosított fájl, 12 hozzáadás és 0 törlés
  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,