From 2cd6ab8201a336b185901dd46ad59c2b56c2b9c8 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 12 Oct 2006 04:33:50 +0000 Subject: [PATCH] --- HISTORY | 6 +++++- skins/monobook/main.css | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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; -- 2.20.1