Changed the nomcom template editing forms to use a monospaced font for the template text (recommended for RST templates).
- Legacy-Id: 18423
This commit is contained in:
parent
546135f6e1
commit
d60221c341
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue