website-style-2.patch
text/x-diff
Filename: website-style-2.patch
Type: text/x-diff
Part: 0
Patch
Format: unified
| File | + | − |
|---|---|---|
| main.css | 21 | 0 |
--- main.css.orig 2020-04-29 17:19:24.089511785 -0400
+++ main.css 2020-04-29 19:18:28.082138095 -0400
@@ -799,6 +799,27 @@
text-align: left;
}
+#docContent table.table th.func_table_entry p,
+#docContent table.table td.func_table_entry p {
+ margin-top: 0.1em;
+ margin-bottom: 0.1em !important;
+ padding-left: 4em;
+ text-align: left;
+}
+
+#docContent table.table p.func_signature {
+ text-indent: -3.5em;
+}
+
+#docContent table.table td.func_table_entry pre.programlisting {
+ margin-top: 0.1em !important;
+ margin-bottom: 0.1em !important;
+ padding: 0 !important;
+ padding-left: 4em !important;
+ background-color: inherit !important;
+ border: 0;
+}
+
/**
* Titles, Navigation
*/