* (bug 18207) Strange spacing before [[irc:...]] links
authorDanny B <danny_b@users.mediawiki.org>
Fri, 1 May 2009 10:31:55 +0000 (10:31 +0000)
committerDanny B <danny_b@users.mediawiki.org>
Fri, 1 May 2009 10:31:55 +0000 (10:31 +0000)
** fixed regression from r47615

RELEASE-NOTES
skins/monobook/main.css

index e217929..fd1e32e 100644 (file)
@@ -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 ==
 
index 9ad5843..950ccfe 100644 (file)
@@ -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;
 }