* Move center on toc to title part to avoid breaking .toc style usage
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 29 Jun 2005 18:53:33 +0000 (18:53 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 29 Jun 2005 18:53:33 +0000 (18:53 +0000)
RELEASE-NOTES
skins/monobook/main.css

index 5ddd471..4e18b7e 100644 (file)
@@ -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 ===
index 1da4e4a..318b16c 100644 (file)
@@ -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;