Community Central
Community Central
(Not working again...)
mNo edit summary
Line 7: Line 7:
   
 
/*Hide "pages I'm following" sidebar on userpage */
 
/*Hide "pages I'm following" sidebar on userpage */
#profile-sidebar, #userPageFollowedHead {
+
#profile-sidebar, #userPageFollowedHead.dark_text_2 > span {
 
display: none !important;
 
display: none !important;
 
}
 
}
  +
 
 
#profile-content-inner { margin-right:0; }
 
#profile-content-inner { margin-right:0; }

Revision as of 22:43, 7 July 2010

@import "http://dev.wikia.com/index.php?title=Hilite/code.css&action=raw&ctype=text/css";

/* Hide "followed pages" from masthead */
#user_masthead_tab_following {
	display: none !important;
}

/*Hide "pages I'm following" sidebar on userpage */
#profile-sidebar, #userPageFollowedHead.dark_text_2 > span {
	display: none !important;
}
 
#profile-content-inner { margin-right:0; }