https://bugzilla.wikimedia.org/show_bug.cgi?id=22170

--- Comment #23 from MZMcBride <b...@mzmcbride.com> ---
(In reply to comment #21)
> (In reply to comment #20)
>> Including a screenshot of what can happen with the new HTML and old CSS
> 
> That's probably bug 49474. Not sure if there's anything that can be done.

I think the Bugzilla template allows for directly editing the relevant <link>
tag. In a situation like this, you generally can just append a string (such as
the date) to the end of the href attribute. For example:

<link rel="stylesheet" href="skins/contrib/Wikimedia/vector.css" media="screen"
/>

might become...

<link rel="stylesheet" href="skins/contrib/Wikimedia/vector.css?2013-06-15"
media="screen" />

In any case, it's not a big deal and there are a lot of stylesheets included in
a Bugzilla page (more than I expected, frankly), so this probably isn't worth
the hassle. I just found the situation curious and noteworthy.

(In reply to comment #22)
> Looks different, that's defined by Liangent as intermittent. I only had to
> hard refresh...

Truth be told, I'm still not sure how those streaks of color got in there. In
my browser, they aligned under three of the links very neatly. I saw
screenshots from other browsers where they were not aligned. Very strange.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to