website-customization.patch
text/x-diff
Filename: website-customization.patch
Type: text/x-diff
Part: 3
Patch
Format: unified
| File | + | − |
|---|---|---|
| main.css | 14 | 0 |
--- main.css.orig 2020-04-16 18:46:26.040658279 -0400
+++ main.css 2020-04-16 19:18:15.689371719 -0400
@@ -791,6 +791,20 @@
word-break: unset;
}
+/* formatting for entries in tables of functions: indent all but first line */
+
+#docContent table.table th.functableentry {
+ padding-left: 5em;
+ text-indent: -5em;
+ text-align: left;
+}
+
+#docContent table.table td.functableentry {
+ padding-left: 5em;
+ text-indent: -5em;
+ text-align: left;
+}
+
/**
* Titles, Navigation
*/