(bug 19529) Missing styling for metadata table in Vector
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 7 Jul 2009 17:03:44 +0000 (17:03 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 7 Jul 2009 17:03:44 +0000 (17:03 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 9ff22f6..10b8a00 100644 (file)
@@ -882,3 +882,9 @@ span.newpage, span.minor, span.bot {
        font-weight: bold;
 }
 
+.toccolours {
+       border: 1px solid #aaa;
+       background-color: #f9f9f9;
+       padding: 5px;
+       font-size: 95%;
+}
index d43d7c3..bbb2f11 100644 (file)
@@ -895,3 +895,9 @@ span.newpage, span.minor, span.bot {
        font-weight: bold;
 }
 
+.toccolours {
+       border: 1px solid #aaa;
+       background-color: #f9f9f9;
+       padding: 5px;
+       font-size: 95%;
+}