From: Danny B Date: Fri, 1 May 2009 10:31:55 +0000 (+0000) Subject: * (bug 18207) Strange spacing before [[irc:...]] links X-Git-Tag: 1.31.0-rc.0~41918 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=7bd637472a6aae276430b7ccfc4d7db2745fe9b3;p=lhc%2Fweb%2Fwiklou.git * (bug 18207) Strange spacing before [[irc:...]] links ** fixed regression from r47615 --- 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; }