Closed Bug 9747 Opened 25 years ago Closed 25 years ago

view source style issues

Categories

(Core :: Layout, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: dbaron, Assigned: rickg)

Details

I'm not sure if "view source" is controlled by a stylesheet, but if it is, these should be easy: * The font in view source used to be monospace, but now it isn't anymore. (or maybe it never was on Linux) * The orange color used for XML processing instructions is illegible on the gray background. * Since the foreground colors are set explicitly, you should also set an explicit background color and foreground color on body so that one in ua.css (or a user stylesheet) can't mess up the view source window. Right now, if ua.css is set up for light text on a dark bg, view source has serious problems. Try adding: body { background: #600; color: #ff0; to the end of ua.css to see what I mean.
Assignee: troy → rickg
Rick, I think view-source is you
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Why is it that I feel I'm being punished for implementing view-source? :) I've made a few of the suggestions.
Status: RESOLVED → VERIFIED
Fixed in the Linux July 27th build.
You need to log in before you can comment on or make changes to this bug.