website-markup-hack.patch
text/x-diff
Filename: website-markup-hack.patch
Type: text/x-diff
Part: 1
Patch
Format: unified
| File | + | − |
|---|---|---|
| main.css | 14 | 0 |
--- main.css~ 2020-04-26 12:45:29.646286775 -0400
+++ main.css 2020-04-26 12:54:04.605046657 -0400
@@ -624,9 +624,11 @@
margin-top: 1rem;
}
+/*
#docContent p {
margin-bottom: 1rem !important;
}
+*/
#docContent hr {
margin: 0 0 0.5em 0;
@@ -799,6 +801,18 @@
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;
+ padding-left: 4em;
+ text-align: left;
+}
+
+#docContent table.table p.func_signature {
+ text-indent: -3.5em;
+}
+
/**
* Titles, Navigation
*/