We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911e9b7 commit 3287570Copy full SHA for 3287570
docs/_static/custom.css
@@ -40,12 +40,17 @@
40
font-size: 85% !important;
41
}
42
43
-/* reduce left-/right-padding of literals from 5px to 3px */
+/* reduce left/right padding of literals from 5px to 3px */
44
.rst-content code.literal {
45
padding-left: 3px !important;
46
padding-right: 3px !important;
47
48
49
+/* reset font-size of literals inside the term definition (<dt>) in description lists */
50
+.rst-content dl dt code.literal {
51
+ font-size: 100% !important;
52
+}
53
+
54
/* external links generated by the :rfc: role are surrounded by
55
* <strong> tags which doesn't look good in floating text */
56
.rst-content a.rfc strong {
0 commit comments