Skip to content

Commit b7bf6f8

Browse files
committed
Tweaked the pre text font.
- Legacy-Id: 9402
1 parent e762740 commit b7bf6f8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

static/css/ietf.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,13 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
154154
/* Add some padding when there are multiple buttons in a line than can wrap. */
155155
.buttonlist .btn { margin-bottom: .5em }
156156

157-
/* Make preformatted text a bit more condensed in display */
158-
pre { line-height: 1.214; }
157+
158+
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+
}
159164

160165
/* Make ampersands pretty */
161166
/* This sets ampersand in a different font than the rest of the text. Fancy, but it's

0 commit comments

Comments
 (0)