New "View Source" Style
|
|
Jesse, the new style for the "View Source" pages makes the text quite small and hard to read. Could you increase the text size a bit? I'm running Firefox on XP FYI. Cheers. |
|
|
Seconded. Whenever I view a script's source now, I have to increase my browser's font size to be able to read it comfortably. Also Firefox on XP. |
|
|
wow, I thought it was just me :) Thirded :P I was thinking it was a script/style/hosts file/etc. blocking a *.css or *.js file or something ;) |
|
|
I always prefer to view the source in plain text...not hard to read that way and that is also how i update my scripts...just copy the code and paste it in instread if reinstalling the script. |
|
|
It's in coderay.css...
ol.CodeRay {
font-size:0.8em;
font-family: 'Monaco', 'Courier New', 'Terminal', monospace;
}
Simply add this to Stylish...
@-moz-document url-prefix(http://userscripts.org/scripts/review/) {
ol.CodeRay {
font-size: 1em !important;
}
}
|
|
|
updated to 1em - sorry about that folks - wanted to make it widescreen - didn't mean to make it so small ... did it really late at night so I thought it was just my eyes hurting. |
