website-style-v3.patch
text/plain
Filename: website-style-v3.patch
Type: text/plain
Part: 0
Patch
Format: unified
Series: patch v3
| File | + | − |
|---|---|---|
| media/css/main.css | 23 | 2 |
diff --git a/media/css/main.css b/media/css/main.css
index 08ca255..db2670a 100644
--- a/media/css/main.css
+++ b/media/css/main.css
@@ -625,7 +625,7 @@ ul.actions {
}
#docContent p {
- margin-bottom: 1rem !important;
+ margin-bottom: 1rem;
}
#docContent hr {
@@ -648,7 +648,7 @@ ul.actions {
}
#docContent pre {
- padding: 0.8rem !important;
+ padding: 0.8rem;
}
pre,
@@ -799,6 +799,27 @@ code,
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;
+}
+
+#docContent table.table td.func_table_entry pre.programlisting {
+ background-color: inherit !important;
+ border: 0;
+ margin-bottom: 0.1em;
+ margin-top: 0.1em;
+ padding: 0;
+ padding-left: 4em;
+}
+
/**
* Titles, Navigation
*/