mediawiki.debug: Use monospaced font for debug toolbar, really
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 30 May 2016 13:09:23 +0000 (15:09 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 30 May 2016 13:09:23 +0000 (15:09 +0200)
It's "monospace", not "monospaced".

Follow-up to 19679b4f which introduced the mistake and 58920c46 which
incorrectly fixed it.

Change-Id: I898486baafebec13f42649ad2da832eb8a8ff1dd

resources/src/mediawiki/mediawiki.debug.less

index d6890eb..3cca6eb 100644 (file)
@@ -95,7 +95,7 @@ a.mw-debug-panelabel:visited {
        height: 300px;
        overflow: scroll;
        display: none;
-       font-family: 'monospaced';
+       font-family: monospace;
        font-size: 11px;
        background-color: #e1eff2;
        box-sizing: border-box;