From d60221c341372b927b4706af89d8783d090dce6f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 26 Aug 2020 18:41:11 +0000 Subject: [PATCH] Changed the nomcom template editing forms to use a monospaced font for the template text (recommended for RST templates). - Legacy-Id: 18423 --- ietf/static/ietf/css/ietf.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index aab014f5c..aafbcf0a8 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -358,6 +358,10 @@ pre { font-family: "PT Mono", monospace, "Courier"; } +#templateform textarea { + font-family: "PT Mono", monospace, "Courier"; +} + #ipr-details dl.dl-horizontal dt { white-space: normal; } @@ -1304,4 +1308,5 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container { margin-right: auto; margin-left: auto; } -} \ No newline at end of file +} + \ No newline at end of file