(no commit message)
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Oct 2006 04:33:50 +0000 (04:33 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Oct 2006 04:33:50 +0000 (04:33 +0000)
HISTORY
skins/monobook/main.css

diff --git a/HISTORY b/HISTORY
index 19aa00c..a69a718 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,10 +1,14 @@
-Change notes from older releases. For current info see RELEASE-NOTES.
+Change notes from older releases. For current info see RELEASE-NOTES.
 
 = MediaWiki release notes =
 
 Security reminder: MediaWiki does not require PHP's register_globals
 setting since version 1.2.0. If you have it on, turn it *off* if you can.
 
+== Changes since 1.8 ==
+* (bug 6918) Stopped borders and backgrounds from showing through floated
+  tables in Monobook
+
 == Changes since 1.7 ==
 
 * Introduced AjaxResponse object, superceding AjaxCachePolicy
index 354ef08..07efa09 100644 (file)
@@ -61,6 +61,9 @@ body {
 table {
        font-size: 100%;
        color: black;
+       /* we don't want the bottom borders of <h2>s to be visible through
+          floated tables */
+       background-color: white;
 }
 a {
        text-decoration: none;