New "View Source" Style

Subscribe to New "View Source" Style 6 posts, 6 voices

 
Yansky Scriptwright

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.

 
Arthaey Angosii Scriptwright

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.

 
ahoier User

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 ;)

 
Dink Scriptwright

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.

 
Descriptor Scriptwright

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;
  }
}
 
Jesse Andrews Admin

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.