mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-12 09:57:16 +00:00
Merge "Use font-family: monospace, Courier"
This commit is contained in:
commit
c9b6a851b4
|
@ -253,7 +253,7 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax {
|
||||
font-family: monospace, "Courier New";
|
||||
font-family: monospace, Courier;
|
||||
}
|
||||
.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax,
|
||||
.wikiEditor-ui-toolbar .section-help .page-table td.cell-result {
|
||||
|
@ -276,7 +276,7 @@
|
|||
color: black;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
font-family: monospace, "Courier New";
|
||||
font-family: monospace, Courier;
|
||||
font-size: 1.25em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue