(bug 17399) CSS class for "(top)" on Special:Contributions. Patch by Umherirrender.
authorRobin Pepermans <robin@users.mediawiki.org>
Mon, 18 May 2009 18:40:18 +0000 (18:40 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Mon, 18 May 2009 18:40:18 +0000 (18:40 +0000)
includes/DefaultSettings.php
includes/specials/SpecialContributions.php
skins/common/shared.css

index dcc4c0e..3410684 100644 (file)
@@ -1479,7 +1479,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '219';
+$wgStyleVersion = '220';
 
 
 # Server-side caching:
index 62ec9c2..eb7fe7a 100644 (file)
@@ -491,7 +491,7 @@ class ContribsPager extends ReverseChronologicalPager {
                # Mark current revisions
                $difftext = $topmarktext = '';
                if( $row->rev_id == $row->page_latest ) {
-                       $topmarktext .= '<strong>' . $this->messages['uctop'] . '</strong>';
++                      $topmarktext .= '<span class="mw-uctop">' . $this->messages['uctop'] . '</span>';
                        if( !$row->page_is_new ) {
                                $difftext .= '(' . $sk->makeKnownLinkObj( $page, $this->messages['diff'], 'diff=0' ) . ')';
                                # Add rollback link
index 8872ef8..f7946ca 100644 (file)
@@ -299,6 +299,11 @@ td.os-suggest-result-hl {
     border: 1px dashed #aaa;
 }
 
+/* Special:Contributions styling */
+.mw-uctop {
+       font-weight: bold;
+}
+
 /*
  * Special:ListGroupRights styling
  * Special:Statistics styling