20,211
edits
(trying the size-override code I found on MW.org, with default value first) |
m (wait, this *does* work? +cat test) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
pre | pre | ||
{ | { | ||
overflow: auto; | |||
max-height: 25em; | |||
} | } | ||
/* Make font in editor an actually-readable size */ | /* Make font in editor an actually-readable size */ | ||
.mw-editfont- | .mw-editfont-default | ||
{ | |||
font-size: 13px !important; | |||
} | } | ||
| Line 25: | Line 24: | ||
div#mw-head a:visited {color:#36B} /* make visited same as base color */ | div#mw-head a:visited {color:#36B} /* make visited same as base color */ | ||
div#footer a:visited {color:#36B} /* make visited same as base color */ | div#footer a:visited {color:#36B} /* make visited same as base color */ | ||
/*[[Category:Userspace]]*/ | |||