Page MenuHomePhabricator

Dashed border around pre elements in Bugzilla Vector skin makes diffs hard to read
Closed, ResolvedPublic

Description

The CSS file https://bugzilla.wikimedia.org/skins/custom/vector.css used in the new styling of Wikimedia's Bugzilla contains the following rule:

pre {

	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;

}

The padding, border and background defined in this rule make diffs really ugly and hard to read, since Bugzilla wraps each diff line in a separate pre element. This rule should either be removed or overridden by a more specific one.


Version: unspecified
Severity: normal
URL: https://bugzilla.wikimedia.org/attachment.cgi?id=6960&action=diff

Details

Reference
bz22212

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:52 PM
bzimport set Reference to bz22212.

mike.lifeguard+bugs wrote:

(In reply to comment #1)

bug 22190 is related...

I think it is a straight-up dupe :\

Marking as duplicate.. I think you're right

  • This bug has been marked as a duplicate of bug 22190 ***