Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -63,12 +63,9 @@ |
64 | 64 | table { |
65 | 65 | font-size: 100%; |
66 | 66 | color: black; |
67 | | - /* we don't want the bottom borders of <h2>s to be visible through |
68 | | - floated tables */ |
69 | | - background-color: white; |
70 | 67 | } |
71 | 68 | fieldset table { |
72 | | - /* but keep table layouts in forms clean... */ |
| 69 | + /* keep table layouts in forms clean from background colors... */ |
73 | 70 | background: none; |
74 | 71 | } |
75 | 72 | a { |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -811,12 +811,9 @@ |
812 | 812 | table { |
813 | 813 | font-size: 100%; |
814 | 814 | color: black; |
815 | | - /* we don't want the bottom borders of <h2>s to be visible through |
816 | | - * floated tables */ |
817 | | - background-color: white; |
818 | 815 | } |
819 | 816 | fieldset table { |
820 | | - /* but keep table layouts in forms clean... */ |
| 817 | + /* keep table layouts in forms clean from background colors... */ |
821 | 818 | background: none; |
822 | 819 | } |
823 | 820 | /* Forms */ |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -95,6 +95,9 @@ |
96 | 96 | cell is now treated as a linestart. |
97 | 97 | * Custom editintro's using the editintro url parameter will no longer show <noinclude> |
98 | 98 | sections on pages they are included on. |
| 99 | +* (bug 26449) Keep underlines from headings outside of tables and thumbs by |
| 100 | + adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching). |
| 101 | +* (bug 26708) Remove background-color:white from tables in Monobook and Vector. |
99 | 102 | |
100 | 103 | === API changes in 1.18 === |
101 | 104 | * (bug 26339) Throw warning when truncating an overlarge API result |