User:AnnanFay/common.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>AnnanFay
(Created page with "→‎Hide redundant usernames from recent changes, history pages, etc. Thanks Goliath :): body[class*="mw-special-Recentchanges"] .dnUser, body[class*="action-history"] .dnUs...")
>AnnanFay
(Created page with "→‎Hide redundant usernames from recent changes, history pages, etc. Thanks Goliath :): body[class*="mw-special-Recentchanges"] .dnUser, body[class*="action-history"] .dnUs...")
 
(No difference)

Latest revision as of 15:43, 16 July 2013

/*
Hide redundant usernames from recent changes, history pages, etc.
Thanks Goliath :)
*/

body[class*="mw-special-Recentchanges"] .dnUser,
body[class*="action-history"] .dnUser,
body[class*="mw-special-Log"] .dnUser {
    display: none !important;
}