From ea3374fd83b37f37c9b1c2bfe94cdc0802345878 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 28 Apr 2008 10:24:06 +0000 Subject: [PATCH] * (bug 13866) skins/common/shared.css - invalid attribute fixing --- RELEASE-NOTES | 1 + skins/common/shared.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2ca12bd424..86cd3f8969 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -217,6 +217,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 13822) Fatal error on some pages when calculating subpage subtitle * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins * Added 'application/x-dia-diagram' MediaWiki's known MIME types +* (bug 13866) skins/common/shared.css - invalid attribute fixing === API changes in 1.13 === diff --git a/skins/common/shared.css b/skins/common/shared.css index f4302b0a09..5d0cdfe953 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -168,7 +168,7 @@ table.os-suggest-results { } td.os-suggest-result, td.os-suggest-result-hl { - align: left; + text-align: left; white-space: nowrap; background-color: white; } -- 2.20.1