From: River Tarnell Date: Wed, 30 Apr 2008 09:53:19 +0000 (+0000) Subject: (bug 13185) No line break after 'subpages' class in Modern skin X-Git-Tag: 1.31.0-rc.0~47993 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/load.php?a=commitdiff_plain;h=6b7b9f1e2706e6371f2e8cd46a20e843a8571e93;p=lhc%2Fweb%2Fwiklou.git (bug 13185) No line break after 'subpages' class in Modern skin --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index db76457271..bed9d167a6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -225,7 +225,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 13860) Fix "Justify paragraphs" option for Modern skin * (bug 11659) Urldecode image names in galleries * (bug 13168) accessibility links in Modern skin link to wrong anchor id - +* (bug 13185) No line break after 'subpages' class in Modern skin === API changes in 1.13 === diff --git a/skins/modern/main.css b/skins/modern/main.css index a00a5d48da..e4c0ade87d 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -1045,6 +1045,7 @@ dl { span.subpages { font-size: 80%; + display: block; } pre {