(bug 19554) Bot/minor markers aren't bolded in Vector
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 6 Jul 2009 23:28:21 +0000 (23:28 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 6 Jul 2009 23:28:21 +0000 (23:28 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 7f2535b..662a721 100644 (file)
@@ -883,4 +883,9 @@ li#pt-login {
        background: url(images/user-icon.png) left top no-repeat;
        padding-left: 15px !important;
        text-transform: none;
-}
\ No newline at end of file
+}
+
+span.newpage, span.minor, span.bot {
+       font-weight: bold;
+}
+
index 7a658c8..c63353a 100644 (file)
@@ -895,4 +895,9 @@ li#pt-login {
        background: url(images/user-icon.png) right top no-repeat;
        padding-right: 15px !important;
        text-transform: none;
-}
\ No newline at end of file
+}
+
+span.newpage, span.minor, span.bot {
+       font-weight: bold;
+}
+