From 6b7b9f1e2706e6371f2e8cd46a20e843a8571e93 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Wed, 30 Apr 2008 09:53:19 +0000 Subject: [PATCH] (bug 13185) No line break after 'subpages' class in Modern skin --- RELEASE-NOTES | 2 +- skins/modern/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.20.1