Dear Dan O,
After some playing around I find that you are quite right - it is possible to change the font for all the administration pages.
The problem was, I was editing the wrong styles.css file!
The correct one of course is the one in the admin/ directory. I added the following:
table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
}
after:
TD.thinborder { border:solid black 1px; }
- and all the Admin area now uses the font as specified (you can change the font characteristics to please yourself, of course)
- Sorry to be stupid 8-P
===Toby===
------------------