From 5dfee937afeed96bfc255d568882aa2ec9a5c5ec Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 29 Jun 2005 18:53:33 +0000 Subject: [PATCH] * Move center on toc to title part to avoid breaking .toc style usage --- RELEASE-NOTES | 1 + skins/monobook/main.css | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5ddd471bc8..4e18b7ee86 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -421,6 +421,7 @@ Various bugfixes, small features, and a few experimental things: * Various code cleanup and HTML escaping fixlets * Copy IRC-over-UDP update option from REL1_4 * (bug 2548) Keep summary on 'show changes' of section edit +* Move center on toc to title part to avoid breaking .toc style usage === Caveats === diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 1da4e4ac0d..318b16c097 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -317,7 +317,6 @@ table.small { background-color: #f9f9f9; padding: 5px; font-size: 95%; - text-align: center; } #toc h2, .toc h2 { @@ -327,6 +326,12 @@ table.small { font-size: 100%; font-weight: bold; } +#toc #toctitle, +.toc #toctitle, +#toc .toctitle, +.toc .toctitle { + text-align: center; +} #toc ul, .toc ul { list-style-type: none; -- 2.20.1