From 7bd637472a6aae276430b7ccfc4d7db2745fe9b3 Mon Sep 17 00:00:00 2001 From: Danny B Date: Fri, 1 May 2009 10:31:55 +0000 Subject: [PATCH] * (bug 18207) Strange spacing before [[irc:...]] links ** fixed regression from r47615 --- RELEASE-NOTES | 1 + skins/monobook/main.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e2179291d3..fd1e32ec59 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -105,6 +105,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 18535) Search tab tool-tops are corrupted * (bug 17614) Prev / Next links not need on ImagePage file history if less than limit * (bug 18069) Fixed some CSS validation issues with colors +* (bug 18207) Strange spacing before [[irc:...]] links == API changes in 1.16 == diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 9ad58430ed..950ccfebea 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -565,7 +565,8 @@ table.rimage { } /* correction for ltr wikis */ -.ltr #bodyContent a.external { +.ltr #bodyContent a.external, +.ltr #bodyContent a.extiw { padding-left: 0; } -- 2.20.1