Changes

152 bytes added ,  00:04, 17 November 2009
italic redirects in category page listings
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
 +
.redirect-in-category, .allpagesredirect {
 +
    font-style: italic;
 +
}
    
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */