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

           Summary: remove table { background-color: white } in Vector and
                    Monobook
           Product: MediaWiki
           Version: wikimedia-deployment
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: User interface
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: foma...@googlemail.com
        Depends on: 26449


Vector and Monobook contains

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

Bug 26449 added
 h1, h2, h3, h4, h5, h6 { overflow: hidden }
to all skins. So the bottom border of h2 can not go through floating tables.
table { background-color: white; } is no longer necessary.

a lot of more specific 
 table { background-color: transparent; }
can be removed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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