Last modified: 2012-09-27 01:11:01 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T21501, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19501 - Background color of tables.
Background color of tables.
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Trevor Parscal
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-03 19:16 UTC by Derk-Jan Hartman
Modified: 2012-09-27 01:11 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Derk-Jan Hartman 2009-07-03 19:16:23 UTC
All tables in the content are white. This is bad, because it overrides things like the definitions of {{tmbox}}. It should simply not be white. The css says:

/* we don't want the bottom borders of <h2>s to be visible through
 * floated tables */
background-color: white;

That's fine and all, but if this is a problem it should be solved in a different way. Setting a default color for a table is gonna be annoying.
Comment 1 Trevor Parscal 2009-07-07 18:29:31 UTC
This was happening because - although this code was copied directly from monobook, the Vector version was more specific (using div#content as a parent selector) so it was not being overridden by latter, less specific rules.

This is solved as of r52853.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links