r52813 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52812‎ | r52813 | r52814 >
Date:23:28, 6 July 2009
Author:catrope
Status:ok
Tags:
Comment:
(bug 19554) Bot/minor markers aren't bolded in Vector
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -883,4 +883,9 @@
884884 background: url(images/user-icon.png) left top no-repeat;
885885 padding-left: 15px !important;
886886 text-transform: none;
887 -}
\ No newline at end of file
 887+}
 888+
 889+span.newpage, span.minor, span.bot {
 890+ font-weight: bold;
 891+}
 892+
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -895,4 +895,9 @@
896896 background: url(images/user-icon.png) right top no-repeat;
897897 padding-right: 15px !important;
898898 text-transform: none;
899 -}
\ No newline at end of file
 899+}
 900+
 901+span.newpage, span.minor, span.bot {
 902+ font-weight: bold;
 903+}
 904+

Follow-up revisions

RevisionCommit summaryAuthorDate
r53399Merging UI fixes from trunk (acaifix tag), first batch:...brion15:17, 17 July 2009

Status & tagging log