19,590
edits
(ported arrow icon changes to Common.css) |
(trying the size-override code I found on MW.org, with default value first) |
||
Line 4: | Line 4: | ||
overflow: auto; | overflow: auto; | ||
max-height: 25em; | max-height: 25em; | ||
} | |||
/* Make font in editor an actually-readable size */ | |||
.mw-editfont-monospace, | |||
.mw-editfont-sans-serif, | |||
.mw-editfont-serif { | |||
font-size: 13px !important; | |||
} | } | ||