Merge "registration: Only allow one extension to set a specific config setting"
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.css
index 9930525..74233d6 100644 (file)
@@ -111,12 +111,6 @@ span.comment {
 }
 
 /* Edit font preference */
-/* TODO: for 'default' on non-textareas we could compute the default font of textarea in the client */
-.mw-editfont-default:not( textarea ) {
-       font-family: monospace;
-}
-
-/* Keep this rule separate from the :not rule above so it still works in older browsers */
 .mw-editfont-monospace {
        font-family: monospace;
 }