}
#docContent p {
- margin-bottom: 1rem !important;
+ margin-bottom: 1rem;
}
#docContent hr {
}
#docContent pre {
- padding: 0.8rem !important;
+ padding: 0.8rem;
}
pre,
#docContent tt.REPLACEABLE {
font-size: 0.9rem !important;
color: inherit !important;
- background-color: #f8f9fa !important;
+ background-color: #f8f9fa;
border-radius: .25rem;
margin: .6rem 0;
font-weight: 300;
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;
+ border: 0;
+ margin-bottom: 0.1em;
+ margin-top: 0.1em;
+ padding: 0;
+ padding-left: 4em;
+}
+
/**
* Titles, Navigation
*/
pre {
padding: 0.8rem;
border: 1px solid #ced4da;
- margin: 1rem 0 !important;
+ margin: 1rem 0;
}
pre.code {