(bug 19503) Missing definition for #filetoc. Move various toc declarations out of...
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 4 Jul 2009 00:41:15 +0000 (00:41 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 4 Jul 2009 00:41:15 +0000 (00:41 +0000)
skins/common/common_rtl.css
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css
skins/monobook/rtl.css

index 4f075ae..c3345e5 100644 (file)
@@ -52,3 +52,13 @@ a.feedlink {
        background: none !important;
        padding-left: 0 !important;
 }
+
+/**
+ * Lists:
+ * The following lines don't have a visible effect on non-Gecko browsers
+ * They fix a problem ith Gecko browsers rendering lists to the right of
+ * left-floated objects in an RTL layout.
+ */
+html > body div#bodyContent ul#filetoc {
+       display: block;
+}
index 3ba2398..55753b9 100644 (file)
@@ -575,3 +575,21 @@ table.wikitable {
 .imagelist .TablePager_col_links { background-color: #eeeeff }
 .imagelist .TablePager_col_img_description { white-space: normal }
 .imagelist th.TablePager_sort { background-color: #ccccff }
+
+/* filetoc */
+ul#filetoc {
+       text-align: center;
+       border: 1px solid #aaaaaa;
+       background-color: #f9f9f9;
+       padding: 5px;
+       font-size: 95%;
+       margin-bottom: 0.5em;
+       margin-left: 0;
+       margin-right: 0;
+}
+
+#filetoc li {
+       display: inline;
+       list-style-type: none;
+       padding-right: 2em;
+}
\ No newline at end of file
index ffbafd8..395790b 100644 (file)
@@ -788,25 +788,6 @@ table.collapsed tr.collapsable {
        display: none;
 }
 
-
-/* filetoc */
-ul#filetoc {
-       text-align: center;
-       border: 1px solid #aaaaaa;
-       background-color: #f9f9f9;
-       padding: 5px;
-       font-size: 95%;
-       margin-bottom: 0.5em;
-       margin-left: 0;
-       margin-right: 0;
-}
-
-#filetoc li {
-       display: inline;
-       list-style-type: none;
-       padding-right: 2em;
-}
-
 input#wpSummary {
        width: 80%;
 }
index 54a22cb..6a922bd 100644 (file)
@@ -1274,25 +1274,6 @@ table.collapsed tr.collapsable {
        display: none;
 }
 
-
-/* filetoc */
-ul#filetoc {
-       text-align: center;
-       border: 1px solid #aaaaaa;
-       background-color: #f9f9f9;
-       padding: 5px;
-       font-size: 95%;
-       margin-bottom: 0.5em;
-       margin-left: 0;
-       margin-right: 0;
-}
-
-#filetoc li {
-       display: inline;
-       list-style-type: none;
-       padding-right: 2em;
-}
-
 input#wpSummary {
        width: 80%;
 }
index 59e994d..3432651 100644 (file)
@@ -227,19 +227,6 @@ table.filehistory th {
        text-align: right;
 }
 
-/**
- * Lists:
- * The following lines don't have a visible effect on non-Gecko browsers
- * They fix a problem ith Gecko browsers rendering lists to the right of
- * left-floated objects in an RTL layout.
- */
-html > body div#bodyContent ul {
-       display: table;
-}
-html > body div#bodyContent ul#filetoc {
-       display: block;
-}
-
 /* Special:Allpages styling */
 td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline {
        text-align: left;