From: Aryeh Gregor Date: Thu, 12 Oct 2006 04:33:50 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 1.31.0-rc.0~55528 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=2cd6ab8201a336b185901dd46ad59c2b56c2b9c8;p=lhc%2Fweb%2Fwiklou.git --- diff --git a/HISTORY b/HISTORY index 19aa00c55d..a69a718791 100644 --- 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 diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 354ef08f3d..07efa09dea 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -61,6 +61,9 @@ body { table { font-size: 100%; color: black; + /* we don't want the bottom borders of

s to be visible through + floated tables */ + background-color: white; } a { text-decoration: none;