Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -61,6 +61,9 @@ |
62 | 62 | table { |
63 | 63 | font-size: 100%; |
64 | 64 | color: black; |
| 65 | + /* we don't want the bottom borders of <h2>s to be visible through |
| 66 | + floated tables */ |
| 67 | + background-color: white; |
65 | 68 | } |
66 | 69 | a { |
67 | 70 | text-decoration: none; |
Index: trunk/phase3/HISTORY |
— | — | @@ -1,10 +1,14 @@ |
2 | | -Change notes from older releases. For current info see RELEASE-NOTES. |
| 2 | +Change notes from older releases. For current info see RELEASE-NOTES. |
3 | 3 | |
4 | 4 | = MediaWiki release notes = |
5 | 5 | |
6 | 6 | Security reminder: MediaWiki does not require PHP's register_globals |
7 | 7 | setting since version 1.2.0. If you have it on, turn it *off* if you can. |
8 | 8 | |
| 9 | +== Changes since 1.8 == |
| 10 | +* (bug 6918) Stopped borders and backgrounds from showing through floated |
| 11 | + tables in Monobook |
| 12 | + |
9 | 13 | == Changes since 1.7 == |
10 | 14 | |
11 | 15 | * Introduced AjaxResponse object, superceding AjaxCachePolicy |