We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e762740 commit b7bf6f8Copy full SHA for b7bf6f8
1 file changed
static/css/ietf.css
@@ -154,8 +154,13 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
154
/* Add some padding when there are multiple buttons in a line than can wrap. */
155
.buttonlist .btn { margin-bottom: .5em }
156
157
-/* Make preformatted text a bit more condensed in display */
158
-pre { line-height: 1.214; }
+
+pre {
159
+ /* Make preformatted text a bit more condensed in display */
160
+ line-height: 1.214;
161
+ /* PT Mono doesn't need the default one-step size reduction provided by bootstrap */
162
+ font-size: 14px;
163
+}
164
165
/* Make ampersands pretty */
166
/* This sets ampersand in a different font than the rest of the text. Fancy, but it's
0 commit comments